View Full Version : transparency code that works on netsscape and ie


kissawaythepain
05-08-2005, 02:21 AM
im wondering if anyone knows a transparency code that will make it so the entries are semi transparent that will also work on netscape, not just ie.

im currently using this code:
<style>
table.blogbody {
background-color: #FFFFFF;
filter: alpha(style=0,opacity=60) ;}
</style>

but since i have netscape, it only shows up as solid white and wont let me view the opacity. someone please help me :(

tokyo bleu
05-08-2005, 02:36 AM
<style>
table.blogbody {
background-color: #FFFFFF;
filter: alpha(style=0,opacity=60);
-moz-opacity: 0.60;}
</style>

Try it.