IE8 horizontal scrollbar problem

后端 未结 4 1735
不知归路
不知归路 2021-01-15 12:22

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 (

4条回答
  •  余生分开走
    2021-01-15 12:54

    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:

    HTML:

    Content goes here.

    Live Demo: http://jsfiddle.net/rev7J/

提交回复
热议问题