Powered By Blogger

Thursday, February 26, 2015

Image static when scroll like parallex using css

CSS:

body 
    background-image: url('w3css.gif');
    background-repeat: no-repeat;
    background-attachment: fixed;
}

No comments:

Post a Comment