Backgrounds at any size at your service
Another diamond from A List Apart.
Two lines of CSS3 magic are enough to make your background images scale and fit the window. More specifically, it’s all about adding to the background property the following lines:
-moz-background-size: cover; background-size: cover;
The relevant article expands the use CSS Media Types as well.


Journal Feeds