我正在使用此插件http://www.wbotelhos.com/capty/,我发现它在 IE 7中存在问题
溢出:隐藏不起作用(文件js)
任何人都知道如何解决这个问题?如果我们能解决这个问题,我显然会与开发者分享
谢谢!
答案 0 :(得分:8)
this solve the issue:
添加行:
position: 'relative',
最终代码
$wrapper.css({
overflow: 'hidden',
position: 'relative',
height: $this.height(),
width: $this.width()
});
答案 1 :(得分:0)