这个问题很简单,

在overflow:hidden后加一个position:relative;就OK了!

失效的原因是子标签的属性为position:relative,所以取掉子标签的position:relative属性也是可行的。

 

相关文章: