Pergunta

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 .

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top