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!

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 are the drop-down menus which I have written for my website displaced to the right in Firefox?

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.

Chosen solution

Update your browser to Firefox 8 and check

Read this answer in context 👍 0

All Replies (2)

more options

Chosen Solution

Update your browser to Firefox 8 and check

more options

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