I'm trying to make the background image show through the tables and the background color. I put transparent in the slots for background color but nothing happend. It's frustrating me and I want to know what I need to do to make it right so somebody help!
Here is the Code
<style type="text/css">
body{
background-color:rgb(0,0,0;
background-image:url("http://img507.imageshack.us/img507/6803/lairbackgroundnew2hf3.jpg");
background-position:center center;
background-repeat:no-repeat;
background-attachment:scroll;
}
img{
border:0;
}
td, tr, div{
background-color:transparent;
border:0;
}
table{
background-color:transparent;
border:0;
}
table table{
background-color:transparent;
border:0;
}
table table table{
background-color:rgb(0,0,0);
border-width:2;
border-color:rgb(0,0,0);
border-style:solid;
}
table table table td{
border:0;
}
table table table table{
background-color:rgb(0,0,0);
border:0;
}
body, div, span, td, p, .lightbluetext8, strong, b, u, .redtext, .redbtext, .btext, .text, .blacktext10, .blacktext12 {
font-family:Arial;
font-size:12px;
color:rgb(0,0,0);
font-weight:normal;
}
.nametext{
font-family:Trebuchet MS;
font-size:22px;
color:rgb(0,0,0);
font-weight:bold;
}
.whitetext12, .orangetext15{
font-family:Arial;
font-size:16px;
color:rgb(0,0,0);
font-weight:bold;
}
a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.man:link, a.man:active, a.man:visited, a.man:hover, a, a:link, a:active, a:visited, a:hover, a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.text:link, a.text:active, a.text:visited, a.text:hover, a.searchlinksmall:link, a.searchlinksmall:active, a.searchlinksmall:visited, a.searchlinksmall:hover, a.redlink:link, a.redlink:active, a.redlink:visited, a.redlink:hover {
color:rgb(110,103,0);
font-weight:bold;
}
a.navbar:hover, a.man:hover, a:hover {
color:rgb(147,138,0);
font-weight:bold;
text-decoration:underline;
}
</style>
<a style="position:absolute;left:0px;top:0px;..;" href="http://www.msplinks.com/MDFodHRwOi8vd3d3LnhnZW5lcmF0b3JzLmNvbQ==" target="_blank"><img src="http://www.xgenerators.com/adsource/cornerTag.gif" style="position:fixed;left:0px;top:0px" border="0"></a><a style="position:absolute;right:0px;top:0px;..;" href="http://www.msplinks.com/MDFodHRwOi8vd3d3LnhnZW5lcmF0b3JzLmNvbQ==" target="_blank"><img src="http://www.xgenerators.com/adsource/cornerTag2.gif" style="position:fixed;right:0px;top:0px" border="0"></a>