Log In · Register

 
Transparent-yet-not tables that keep the font and, pictures the same color...
capitalize
post Sep 5 2005, 03:23 AM
Post #1


Member
**

Group: Member
Posts: 12
Joined: Jun 2005
Member No: 161,119



How do you make the background of your tables only slightly transparent, but still opaque enough that it isn't completely clear? And also, how do you do all that, AS WELL as keeping the font and pictures inside the tables the same color as they started out?
 
 
Start new topic
Replies
x3_mr_mak
post Sep 5 2005, 12:32 PM
Post #2


mmm.
****

Group: Member
Posts: 283
Joined: Aug 2005
Member No: 199,949



/* Table Section Properties */
table, tr, td {background:transparent; border:0px;}
table table table {background:transparent;}
table table table td {
background-color: E8E7E7;
filter:alpha(opacity=90); -moz-opacity:0.9; opacity:0.9; -khtml-opacity:0.9;
}
table table table table td {filter:none;}
table table table {
border-width:5px;
border-color: 9F9E9E;
border-style:solid;
}
table table table table {border:0px;}



i highlighted the stuff that makes ur tables transparent
 

Posts in this topic


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