Image at the bottom

liunx

Guest
Another stupid question (will someone warn me when I've used up my quota?): How do I make an image so that it sits at the bottom of a page regardless of how it is sized?body {
background: url('pic.gif') no-repeat bottom right; /*or left, center, %, px */
}

or

body {
background: url('pic.gif') no-repeat fixed bottom right; /*or left, center, %, px */
}


check out the difference for yourself..Awsome - thanks!
 
Back
Top