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!

Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Learn More

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

  • 5 odpowiedzi
  • 47 osób ma ten problem
  • 1 wyświetlenie
  • Ostatnia odpowiedź od 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?

Wybrane rozwiązanie

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.

Przeczytaj tę odpowiedź w całym kontekście 👍 2

Wszystkie odpowiedzi (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

Wybrane rozwiązanie

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.

Zmodyfikowany przez cor-el w dniu

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