Log In · Register

 
How do u make textbox, pictures transparent?
Bigevil
post Feb 19 2004, 04:33 AM
Post #1


Senior Member
***

Group: Member
Posts: 35
Joined: Feb 2004
Member No: 4,587



like in this person's xanga site.

Nikkoladiva
 
 
Start new topic
Replies
xquizit
post Feb 19 2004, 09:43 AM
Post #2


wanderlust personified.
*******

Group: Official Designer
Posts: 7,515
Joined: Jan 2004
Member No: 797



use the "alpha filter" in your css. here's the code to make all of your tables semi-transparent:

CODE
<!-- begin code provided by createblog.com -->
div.blogheader, .caption, table.left, table.blogbody, table.search TD, table.search, table.announcements, table.search TD, table.announcements TH {
filter:alpha(opacity=50);
}
<!-- end code provided by createblog.com -->


and for images:
CODE
<!-- begin code provided by createblog.com -->
img{
filter:alpha(opacity=50);
}
<!-- end code provided by createblog.com -->


you can change the opacity to any number you wish, between 0 - 100. Of course, the lower the number is, the more transparent it becomes.
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: