HTML for BACKGROUND IMG
HTML for BACKGROUND IMG
- Started
- Last post
- 1 Response
- achro
I want to have a fixed background image that is fixed to the bottom right hand corner of a site. how do i put this in code? i've seen it before, but i forgot..
Thanks in advance..
- ********0
body
{
background: #whateveryourcolor
url("/folder/image.extension")
no-repeat fixed
bottom right
}