afo:
Here's some bits from the stylesheet used on the Fan Odyssey site in my sig which uses a background image.
/wrappers - page or section containers/
#mainWrapper {
background-color: #000000;
background-image: url('../images/space011.jpg');
text-align: left;
width: 100%;
vertical-align: top;
}
#logoWrapper{
background-image: url('../images/space011.jpg');
background-repeat: repeat-x;
background-color: #000000;
height:110px;
width: 100%;
}
#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
margin: 0em;
background-color: #000000;
background-image: url('../images/space011.jpg');
padding: 0.5em 0.2em;
font-weight: bold;
color: #ffffff;
height: 1%;
width: 100%;
}
#navCatTabsWrapper {
background-color: #000000;
background-image: url('../images/space011.jpg');
color: #ffffff;
}
.centerBoxWrapper {
background-color: #000000;
background-image: url('../images/space011.jpg');
border: 1px solid #9a9a9a;
height: 1%;
margin: 1.1em 0;
}
.leftBoxContainer, .rightBoxContainer {
background-color: #000000;
background-image: url('../images/space011.jpg');
margin: 0em;
border: 1px solid #c0c0c0;
border-bottom: 5px solid #COCOCO;
margin-top: 0.5em;
}
.sideBoxContent {
background-color: #000000;
background-image: url('../images/space011.jpg');
padding: 0.4em;
}
>
> HTH!
Thanks for the reply now i noticed that on the odyssey site you have an image covering the entire background..... Im just looking at put a color or image on the sides only......