Hello,
I am creating a new site and I have run into a problem with adding a background image to the html tag.
The image has repeat-x and is positioned top and right. The problem is that though it looks great on 1024 wide resolutions it goes balls up when the resolution is reduced. A large wad of whitespace appears to the right and the image moves left into the rest of the page.
I solved this by adding a min-width to the body and html tags but this stopped the wrapper div from moving left to fill the whole screen on lower resolutions.
Any solutions? Even using javascript instead of css would make me a happy man to be honest here...
The url is http://musicultra.com/test/test.html
Thanks
Dan