Transparent-yet-not tables that keep the font and, pictures the same color... |
Transparent-yet-not tables that keep the font and, pictures the same color... |
![]()
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?
|
|
|
![]() |
![]()
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 |
|
|
![]() ![]() |