Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

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 trả lời
  • 11 gặp vấn đề này
  • 155 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

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 ?

Giải pháp được chọn

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.

Đọc câu trả lời này trong ngữ cảnh 👍 0

Tất cả các câu trả lời (7)

more options

Giải pháp được chọn

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.

more options

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 .

more options

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

more options

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.
more options

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?

more options

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.

more options

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.