Hello, im creating a website as part of a school project but im havin some trouble just making the white table background transparent the code and a picture is below...
code:
.tablebg {
background-repeat: repeat;
background:white;
filter:alpha(opacity=50);
-moz-opacity:.50;
opacity:.50;
Bad quality i know but i had to upload it fairly quickly