Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

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