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!

This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

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

I have trouble with website links not working but they work fine on I.E. it's a problem on quite a few sites .

  • 7 பதிலளிப்புகள்
  • 11 இந்த பிரச்னைகள் உள்ளது
  • 155 views
  • Last reply by cor-el

The problem I'm having is the links are just unclickable . I have checked all the settings and everything seems ok , but the links are not working . Everything is fine in I.E. and I am not having any problems , it appears to only be when using mozilla . On this site http://compare100.com it's the links at the bottom of the page , is any body else having the same issue ?

The problem I'm having is the links are just unclickable . I have checked all the settings and everything seems ok , but the links are not working . Everything is fine in I.E. and I am not having any problems , it appears to only be when using mozilla . On this site http://compare100.com it's the links at the bottom of the page , is any body else having the same issue ?

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

I can't seem to replicate this issue. You could try doing a reset of Firefox (don't worry it will save your passwords and history). That is the first troubleshooting step you should take.

Read this answer in context 👍 0

All Replies (7)

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

I can't seem to replicate this issue. You could try doing a reset of Firefox (don't worry it will save your passwords and history). That is the first troubleshooting step you should take.

I have tried all this and tried uninstalling and re installing mozilla but I am still having the same issue and I am pretty stuck .

I have also just noticed this problem with the page not lining up properly which is also working fine on I.E. not sure if its related

Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.

  • Press and hold Shift and left-click the Reload button.
  • Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
  • Press "Command + Shift + R" (MAC)

Start Firefox in Safe Mode to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).

  • Do NOT click the Reset button on the Safe mode start window or otherwise make changes.

I have experienced this problem and am trouble-shooting it on a web site I manage. The issue seems to be tied to a style sheet issue. The page loads fine but links don't work. The page has multiple divisions and it seems that Firefox has trouble if there is a division floated right. If I remove the float:right; style, the links all work, but then the page doesn't render correctly. Perhaps this is a doctype-related issue? Anyone have any insight into why this would be the case?

After a bit more troubleshooting... This appears to be a CSS float clearing issue. In a page with both left and right floated containers, if the float is not cleared in one of various ways, Firefox may render the page properly, but the hyperlinks do not function. By clearing the float in the application of the page footer division, I am able to correct the problem in my web page structure such that all browsers render correctly with working links. When you experience this problem, you won't be able to do anything to Firefox to correct it, the page owner will have to resolve their stylesheets, unless a patch or something comes out to address whatever causes Firefox to behave this way.

You can use the Stylish extension or website specific code in userContent.css to override or modify CSS rules for a specific domain.

The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.