<body bgcolor="black">
<table>
<td>
hello hello<br>
hello hello<br>
hello hello<br>
</td>
</table>
<style type="text/css">
table { -moz-opacity:50% ; filter:Alpha(Opacity=50);background-color:darkblue;}
</style>
------------------
I need a help with this script, it doesnt just make the table bg semi-transparent, it makes it and everything inside of the table the same level of transparency. I only need to the background to be transparent.
Note: The website that i am using this script on doesnt allow me to edit the tables. just the css script. so i cant just use <td>hello</td>. It has to be done with the css script :/. please help



Reply With Quote



Bookmarks