actually i think more what you need to do, if i'm understanding correctly, is to add css like this:
Code:
body{
background-image: url(URL);
background-repeat: repeat-x;
background-position: bottom;
}
That way the image is always at the bottom.
You'd also have to have the one at the top which you can do with another class and a repeat-x. then position it at the top and make it 100% wide.
|