Reputation: 1427
I'm having an issue with a background image with repeat-x property :S On Windows OS, it seems working fine but not on Mac. When I open the web, I see bunch of white space chopped off on the right side and it corrects itself when resizing the size of the window :O I think my method to set its width has a problem but cannot figure out exactly why.
http://www.sangminkim.com/sample/index.html
This is the url for the page.
Thanks in advance.
Upvotes: 1
Views: 295
Reputation: 4588
Issue: Background image doesn't display when starting from a small view and scrolling to the right.
This issue cannot be solved. If you inspect the HTML and BODY elements, the background stops where the elements stop. The HTML and BODY elements cannot be larger than the view port. This is a common issue and cannot be corrected (it even happens on the footer of StackOverflow).
Upvotes: 1