We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

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

  • 2 Antworten
  • 2 haben dieses Problem
  • 1 Aufruf
  • Letzte Antwort von 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.

Ausgewählte Lösung

Update your browser to Firefox 8 and check

Diese Antwort im Kontext lesen 👍 0

Alle Antworten (2)

more options

Ausgewählte Lösung

Update your browser to Firefox 8 and check

more options

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