My web page has a content width of around 900px, but due to the header image being larger than 900px, the minimum width is approximately 1200px. As a result, when viewing the page on a screen size between 900px and 1200px, a vertical scroll bar appears.
Is there a way to ensure that the scroll bar only appears when the screen size is less than 900px?
I attempted to add an overflow-x property to the body container in order for it to match the screen width, which worked in most browsers except IE7. Is there a solution that would work across all browsers, including IE7?
Please let me know if my explanations are unclear.