I have a div with 100% width, which fills the screen (horz) fine, but when I manually resize the browser window (horizontally) until it hits my fixed width wrapper (so scrollbar appears) and then scroll to the right the 100% width div does not fit 100% any more. Probably sounds more complicated than it is.
Example here : link
Set the
min-widthof the page body to the same width as your fixed width wrapper, for example:See this example: http://jsfiddle.net/XLHqN/