How do i make the table/blog backgrounds transparent?, need help |
![]() ![]() |
How do i make the table/blog backgrounds transparent?, need help |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Jun 2006 Member No: 425,071 ![]() |
Is there a code to make the background of my tables and blog transparent?
|
|
|
![]()
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 307 Joined: Apr 2006 Member No: 393,086 ![]() |
<style type="text/css">
table table table td { filter:alpha(opacity=50); -moz-opacity:0.50; opacity:0.50; -khtml-opacity:0.50; } table table table table td {filter:none;} </style> mess around with the "0.50" to whatever you like best |
|
|
![]() ![]() |