I\'m trying to get my background image to stretch across the entire page, but so far i have this:
You need to make this an tag, with a low z-index, with position: fixed and then for the tag, use height: 100%; width: auto or the opposite.
z-index
position: fixed
height: 100%; width: auto
This method is cross-compatible for all browsers.