thanks but that doesn't work...
this is the main background image: ( dimensions of 2000 x 450 )
background: #1c1612 url('../images/background.jpg') no-repeat center top; which I've placed here:
body{
background: #1c1612 url('../images/background.jpg') no-repeat center top;
font-family:Arial, Helvetica, sans-serif;
color: #000;line-height:18px;
}
This is what I added for the footer area:
#yt_footer{
/*background-color:#1c1612;*/
background: #1c1612 url('../images/ground-footer.jpg') repeat-x ;
}
When I add this:...it overwrites the whole page...
body.fs3 {
font-size: 12px;
background: url("../images/ground-footer.jpg") repeat 0 0;
}
the area on the page where main body content is needs a background set to repeat-y which is this image: background: url('../images/ground-footer.jpg') repeat-x 0 0;
...if that make's any sense...
Please let me know.
Thanks
Trey