overflow auto not working in IE
Posted
by
Anthony Russo
on Stack Overflow
See other posts from Stack Overflow
or by Anthony Russo
Published on 2012-06-27T07:10:01Z
Indexed on
2012/06/29
3:16 UTC
Read the original article
Hit count: 197
First off I have read a couple of q and a's on here about this issue but none of them seem to help. I have a couple other pages on the website that have no problems with resizing to height using overflow auto.
The thing I have noticed is the pages work fine with one div. The page that is not working has two or more div and also I have tried it with a container but I still get the vertical and horizontal scroll bars.
<div class="content">
<div class="container">
<div class="a">
<div class="left">List Items</div>
<div class="right">List Items</div>
</div>
<div class="b">
This div is a FORM.
</div>
</div>
</div>
I could be making a simple error to you guys but I am new so bare with me!
© Stack Overflow or respective owner