Hi, I don't know if I am going to be able to get an answer here, but I need some help with coding for my gallery.
http://www.neopets.com/gallery/index.ph ... ers-A+Evil is the page I am working on. I am trying to make it so my tables are transparent, but I can only get the second table to do it. Does anyone know how to make it so they are all transparent?
This is my coding, I'm not sure quite how to post it but here goes nothing.
Code:
<style>
body{
background-color:#FFFFFF;
background-image:
url(http://images.neopets.com/backgrounds/sketch/tile_jubjub.gif);
background-attachment:fixed;
}
.tablestyle{
padding:4px;
border-style:dotted;
border-color:#333333;
border-width:2px;
background-color:#ffffff;
color:#000cc;
filter:alpha(opacity=80);
-moz-opacity:0.8; opacity:0.8;
-khtml-opacity:0.8;
}
.textcolor{color:#0000CC;}
a.nav_link{color:#0000CC;}
</style>