Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

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”.

Więcej informacji

Why are the drop-down menus which I have written for my website displaced to the right in Firefox?

  • 2 odpowiedzi
  • 2 osoby mają ten problem
  • 1 wyświetlenie
  • Ostatnia odpowiedź od nigel.bacon

more options

I am using a combination of html, css pages and JavaScript to provide my visitors with drop-down menus.

The menus are designed to appear directly under the top-level "pseudo-buttons" when those buttons receive an "onmouseover" event.

Whilst IE, Avant and Chrome browsers display these menus correctly - ie in the designed position - Firefox displaces them approximately 50% of their width to the right. There are no other problems.

I would like to have my websites working correctly in ALL web browsers, including Firefox.

Any suggestions as to how I can edit my code to correct this issue will be gratefully received.

I am using a combination of html, css pages and JavaScript to provide my visitors with drop-down menus. The menus are designed to appear directly under the top-level "pseudo-buttons" when those buttons receive an "onmouseover" event. Whilst IE, Avant and Chrome browsers display these menus correctly - ie in the designed position - Firefox displaces them approximately 50% of their width to the right. There are no other problems. I would like to have my websites working correctly in ALL web browsers, including Firefox. Any suggestions as to how I can edit my code to correct this issue will be gratefully received.

Wybrane rozwiązanie

Update your browser to Firefox 8 and check

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

Wszystkie odpowiedzi (2)

more options

Wybrane rozwiązanie

Update your browser to Firefox 8 and check

more options

Thank you! It's nice to know that my coding is cross-browser compliant!