September 16, 201114 yr Hello; Please this link http://www.pullandbear.com/ here background image is fixed and just try by zooming in and out of the website i.e cntrl + or cntrl - We can see the webpage zooms in and out but the image remains still. How is it possible. Please tell me the code for this.
October 4, 201114 yr Check this out: Perfect Full Page Background Image - http://css-tricks.com/3458-perfect-full-page-background-image/ body{ background: url(images/bg.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
Create an account or sign in to comment