Closed
Bug 546446
Opened 16 years ago
Closed 15 years ago
image link not click-able
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: mlandis001, Unassigned)
References
()
Details
(Whiteboard: [CLOSEME 2011-1-30])
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 3.5.30729)
The following HREF (image on the left end of the banner) at the top of the page is not recognized by Firefox as an link (though it was click-able previously).
Here's the HTML for the link:
<a href="/" title="Home"><img width="91" height="91" src="/../../../3c58_bb_blues96.png" alt="Home" /></a>
Reproducible: Always
Steps to Reproduce:
1. Load the main page: <http://3c58.com>
2. Hover the cursor over the image in the upper-left corner of the page (left end of the banner).
3. Try to click the image.
Actual Results:
Cursor shape doesn't change to pointing finger and the link is not click-able.
Expected Results:
Cursor shape should change to pointing finger over the image link and the link should be click-able.
The link is click-able in Opera10 and IE8, but Chrome is having the same difficulty as Firefox, suggesting that the problem is in common code. I ran the W3C validator and got the following errors, but they were present before.
421 #preface-wrapper Property -moz-border-radius doesn't exist : 0 10px 10px 10px 0 10px 10px 10px
422 #preface-wrapper Property -webkit-border-bottom-right-radius doesn't exist : 10px 10px
423 #preface-wrapper Property -webkit-border-top-right-radius doesn't exist : 10px 10px
424 #preface-wrapper Property -webkit-border-bottom-left-radius doesn't exist : 10px 10px
1655 span.button Value Error : display -moz-inline-box is not a display value : -moz-inline-box -moz-inline-box
1664 span.button span Value Error : display -moz-inline-box is not a display value : -moz-inline-box -moz-inline-box
Comment 1•16 years ago
|
||
What are you expecting href="/" to be? It doesn't seem valid.
Comment 2•15 years ago
|
||
Reporter, are you still seeing this issue with Firefox 3.6.13 or later in safe mode? If not, please close. These links can help you in your testing.
http://support.mozilla.com/kb/Safe+Mode
http://support.mozilla.com/kb/Managing+profiles
You can also try to reproduce in Firefox 4 Beta 8 or later, there are many improvements in the new version, http://www.mozilla.com/en-US/firefox/all-beta.html
Whiteboard: [CLOSEME 2011-1-30]
Comment 3•15 years ago
|
||
No reply, INCOMPLETE. Please retest with Firefox 3.6.13 or later and a new profile (http://support.mozilla.com/kb/Managing+profiles). If you continue to see this issue with the newest firefox and a new profile, then please comment on this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•