Html Can';在Firefox中,无法摆脱iframe上的固定水平滚动

Html Can';在Firefox中,无法摆脱iframe上的固定水平滚动,html,css,iframe,widget,horizontal-scrolling,Html,Css,Iframe,Widget,Horizontal Scrolling,为我的网站创建小部件。请点击查看 在Chrome和IE中看起来不错。不过,我在Firefox中看到了这个丑陋的固定水平滚动条。我不知道如何摆脱它。谢谢你的帮助 你能试试吗: <iframe src="http://www.coupongravy.com/vipiframe.php" scrolling="yes" width="300" height="250" frameborder="0" noresize="" marginheight="0" marginwidth="0" hsp

为我的网站创建小部件。请点击查看

在Chrome和IE中看起来不错。不过,我在Firefox中看到了这个丑陋的固定水平滚动条。我不知道如何摆脱它。谢谢你的帮助

你能试试吗:

<iframe src="http://www.coupongravy.com/vipiframe.php"
scrolling="yes"
width="300" height="250" frameborder="0" noresize="" marginheight="0" marginwidth="0" hspace="0"
vspace="0" style="overflow-x: hidden; border:1px solid #ef6ea8;width:300px;height:250px;"></iframe>

我在您的样式中添加了一个
overflow-x:hidden

在Firefox 8.0上测试