I have an IE8 buggy horizontal scrollbar problem, similar to this:
DIV with overflow:auto and a 100% wide table
(unfortunately the solution suggested there (
With your first example, if you move the width:30em from the inner most DIV to it's parent the horizontal scrollbar no longer appears in IE8 and still functions properly in other browsers:
width:30em
HTML:
Content goes here.
Live Demo: http://jsfiddle.net/rev7J/