Hi everybody, I am in a problem of big image-background in css! How can I solve big image as background-image for different wide of window? Please help me.
| SitePoint Sponsor |
Hi everybody, I am in a problem of big image-background in css! How can I solve big image as background-image for different wide of window? Please help me.


ie9+Code:background:url(images/img.jpg) no-repeat fixed 50% 50%; background-size:cover; }
www.pmob.co.uk CSS FAQ 3 col demo Read My CSS Articles
Ultimate CSS Reference
Check out SitePoint's latest JavaScript challenge


If you need wider support, you could try some jQuery, such as
http://buildinternet.com/project/supersized/3/core.html
http://srobbin.com/jquery-plugins/backstretch/
Another example of the CSS3 method mentioned by Paul is here:
http://www.alistapart.com/articles/s...ground-please/
Bookmarks