为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Why do pictures appear in the wrong position in Firefox but in right place in Internet Explorer?

  • 5 个回答
  • 47 人有此问题
  • 1 次查看
  • 最后回复者为 cor-el

more options

I am running Internet Explorer 8 and Firefox 3.6.6 and have been looking at the following website www.finningley.org and on the home page there is a picture of an aeroplane that appears in the correct place on Internet Explorer but is over the text in Firefox. I have tried changing the resolution but Firefox always looks incorrect whereas I E is fine. What can be done to solve this issue?

I am running Internet Explorer 8 and Firefox 3.6.6 and have been looking at the following website www.finningley.org and on the home page there is a picture of an aeroplane that appears in the correct place on Internet Explorer but is over the text in Firefox. I have tried changing the resolution but Firefox always looks incorrect whereas I E is fine. What can be done to solve this issue?

被采纳的解决方案

The overlapping is caused by the fixed height of the containing DIV:

<div style="border-style: inset; width:645px; height:127px">

If you leave out the height then it looks much better.

<div style="border-style: inset; width:645px;">


I don't know if you can make that gallery work properly with scroll buttons.

定位到答案原位置 👍 2

所有回复 (5)

more options

The site also looks wrong on Chrome and Opera (different issues when using Opera). The problem is with how the site was written. If this is your site, you can ask this question in the MozillaZine Web Development forum, and you should be able to get help there in fixing the site.

more options

选择的解决方案

The overlapping is caused by the fixed height of the containing DIV:

<div style="border-style: inset; width:645px; height:127px">

If you leave out the height then it looks much better.

<div style="border-style: inset; width:645px;">


I don't know if you can make that gallery work properly with scroll buttons.

由cor-el于修改

more options

IMO, you're asking for problems with browsers other than IE when you use FrontPage to create web pages.

http://kompozer.net/

more options

Thanks for the info. This has in fact done the trick. I have had to change all of the picture galleries too as the scroll option on picture galleries does not work with Firefox. I have added a line on the home page to say that it is best viewed using Internet Explorer.

Once again many thanks.

more options

You're welcome