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?

  • 2 பதிலளிப்புகள்
  • 2 இந்த பிரச்னைகள் உள்ளது
  • 1 view
  • Last reply by nigel.bacon

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.

தீர்வு தேர்ந்தெடுக்கப்பட்டது

Update your browser to Firefox 8 and check

Read this answer in context 👍 0

All Replies (2)

தீர்வு தேர்ந்தெடுக்கப்பட்டது

Update your browser to Firefox 8 and check

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