Closed Bug 289676 Opened 19 years ago Closed 19 years ago

Lnks in dropdown menu doen't show hand cursur in firefox

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: nishant, Assigned: bugzilla)

References

()

Details

User-Agent:       Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Build Identifier: firefox version 1.0.2

I m a web designer and i am suffering this problem in many site, We have to 
check our sites in many browser as firefox is now leading browser... i have 
also check our site in firefox 1.0.2 the url is http://www.mochamedia.com, in 
the dropdown menu when we take cursur to links the hand cursur doesnt appear 
and it consider it as a simple text only. The links are working but the only 
problem is that, there should be hand cursur on link , i have check in IE it 
running perfectly. so i think its in firefox only hand cursur is not coming 

Reproducible: Always



Expected Results:  
It should have shown the hand cursur for links
Reason it doesnt show up is that it should be "pointer" as you can see here:
http://www.w3.org/TR/CSS21/ui.html#cursor-props

There is no "hand" property. IE 6 also understands "pointer". To have a solution
that works in modern and older browsers (IE 5.x) declare the cursor in the
following order:
cursor:pointer;
cursor:hand;

For other CSS issues, you might wanna check out CSS forums. 
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.