Search Support

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 odgovori
  • 47 ima ovaj problem
  • 13 views
  • Posljednji odgovor poslao 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?

Izabrano rješenje

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.

Pročitajte ovaj odgovor sa objašnjenjem 👍 2

All Replies (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

Odabrano rješenje

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.

Izmjenjeno od strane 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.