Keep background image fixed during scroll using css

Posted by Jean on Stack Overflow See other posts from Stack Overflow or by Jean
Published on 2010-04-18T11:19:56Z Indexed on 2010/04/18 11:23 UTC
Read the original article Hit count: 207

Filed under:

Hello,

This is going to be rather silly of me asking, but how do I keep the background image fixed during a page scroll. I have this css code, and the image is a background of the body and not **

    body{
    background-position:center;
    background-image:url(../images/images5.jpg);
}

Thanks Jean

© Stack Overflow or respective owner

Related posts about css