|
Re: CSS background image not using body
Can i ask why you don't want to use the body attribute?
Something like this
- Code: Select all
#bkgd {
position: relative;
background-image: url(images/novus_13.png);
height:100%;
}
Will expand it to the pages dimensions but as soon as you scroll down it won't repeat..
I don't understand the purpose of not using the body attribute?
Last edited by Bocaj; Apr 25th, 2008 at 12:50.
|