View Single Post
  #2 (permalink)  
Old Apr 25th, 2008, 12:35
Bocaj Bocaj is offline
Reputable Member
Join Date: Mar 2008
Location: Chester, UK
Age: 17
Posts: 323
Thanks: 2
Thanked 17 Times in 17 Posts
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.
Reply With Quote