ie6,7中overflow:hidden失效
?
1.IE6.7下overflow:hidden对其下的绝对层position:absolute或者相对层position:relative无效。
解决方案:给overflow:hidden加position:relative或者position:absolute。另,IE6支持overflow-x或者overflow-y的特性,IE7、Firefox不支持。
2.IE6.7下,overflow:hidden所在容器必须固定高度,宽度
ie6,7中overflow:hidden失效
?
1.IE6.7下overflow:hidden对其下的绝对层position:absolute或者相对层position:relative无效。
解决方案:给overflow:hidden加position:relative或者position:absolute。另,IE6支持overflow-x或者overflow-y的特性,IE7、Firefox不支持。
2.IE6.7下,overflow:hidden所在容器必须固定高度,宽度