Overflow issue in IE 7
Posted
by Spencer Carnage
on Stack Overflow
See other posts from Stack Overflow
or by Spencer Carnage
Published on 2010-03-24T19:30:03Z
Indexed on
2010/03/24
19:33 UTC
Read the original article
Hit count: 585
I need some help with CSS overflow in IE, namely IE 7. I want the nested div content to be hidden.
<div style="width:100px; height:100px; overflow:hidden; border:1px dashed red;">
<div style="width:60px; left:80px; position:relative;">hidden stuff goes here</div>
</div>
It works fine in FF but in IE 7, the overflow content is not hidden.
© Stack Overflow or respective owner