This question is a continuation of the question that was asked here (sorry, I couldn't find anything on the original post that would let me respond there):
I did what Ben C suggested in post #3, which was to add the style body{float:left }. This solution worked for all the browsers I tested (Firefox, Chrome, Safari), except for IE (I'm using IE8). In IE, the body element is stationed at the width of the viewport instead of covering the whole width of the page, including scrollable content.
Does anybody know a good hack that will fix this problem for IE?
I did what Ben C suggested in post #3, which was to add the style body{float:left }. This solution worked for all the browsers I tested (Firefox, Chrome, Safari), except for IE (I'm using IE8). In IE, the body element is stationed at the width of the viewport instead of covering the whole width of the page, including scrollable content.
Does anybody know a good hack that will fix this problem for IE?
Comment