문제

We have parent DIV and inside parent div we have following structure.

Div Main
   table1
   table2
   Child div
Div Main end

Now our child div have overflow:auto. So when scrollbar comes and we scroll it, it also scroll table1 and table2. This happen only with IE8. Works fine with previous version of IE. There is no overflow property on .

도움이 되었습니까?

해결책

If i provide height of child div in pixels, it works.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top