Scroll bar issue in google chrome
Posted
by Kasturi
on Stack Overflow
See other posts from Stack Overflow
or by Kasturi
Published on 2010-05-18T18:46:35Z
Indexed on
2010/05/18
18:50 UTC
Read the original article
Hit count: 238
I have the following html structure
<div style="overflow:auto;position:relative">
<div style="position:absolute; top:0;bottom:0;padding-top:30px">
</div>
</div>
When the inner div expands the outer bar gets its scroll bars. But the scroll bars appear on top of the inner div (blocking its contents). Works fine in firefox and IE.
I need the inner div to be positioned absolutely.
Someone help please..
© Stack Overflow or respective owner