When overflow:hidden doesn't work in IE6, IE7, IE8

Solution: Just add positioning to the overflow:hidden layer.

例如: {position:relative;left:0px;top:0px;}

In addition, IE6 supports overflow-x or overflow-y features, but IE7 and Firefox do not.

Under IE6.7, the container where overflow:hidden is located must have a fixed height and width.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324522745&siteId=291194637