问题已展示here
点击“点击我”两次后,#content2的边距消失。它只发生在Windows XP上的IE8中。最简单的解决方案是用<div style="height:30px"> </div>
替换#content 2的上边距。但这是不可接受的,因为有许多滑动div。 CSS解决方案是可以接受的!
答案 0 :(得分:0)
只需删除overflow: hidden
#content {
position:relative;
/* overflow:hidden; */
width:300px;
height:300px;
background-color:#432234;
color:#ffffff;
display:none;
}