How to make full screen background in a web page

css, html, web

Solution

Via jQuery plugins ;)

- http://srobbin.com/jquery-plugins/backstretch/

- http://buildinternet.com/project/supersized/

Problem

How to make an image as background for web page, regardless of the screen size displaying this web page? I want to display it properly. How?

Original source