Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/google-chrome/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Iframe firefox问题_Firefox_Google Chrome_Iframe_Slider_Opera - Fatal编程技术网

Iframe firefox问题

Iframe firefox问题,firefox,google-chrome,iframe,slider,opera,Firefox,Google Chrome,Iframe,Slider,Opera,下页 具有通过iframe加载的滑块 它在opera和chrome(都是最新版本)中显示得非常完美,但在firefox(4)中似乎向右移动 我好像弄不明白 用于插入iframe的代码非常简单 <iframe src="http://uliinternational.com/slider/index.htm" width="100%" height="500"></iframe> 我知道它与搜索框重叠(打算稍后修复),我希望它与此处无关这是因为您将样式display:

下页 具有通过iframe加载的滑块 它在opera和chrome(都是最新版本)中显示得非常完美,但在firefox(4)中似乎向右移动 我好像弄不明白 用于插入iframe的代码非常简单

<iframe src="http://uliinternational.com/slider/index.htm" width="100%" height="500"></iframe>


我知道它与搜索框重叠(打算稍后修复),我希望它与此处无关

这是因为您将样式
display:block
应用于iframe