Closed Bug 40298 Opened 24 years ago Closed 24 years ago

CSS style cursor: hand does not work

Categories

(Core :: CSS Parsing and Computation, defect, P3)

x86
Windows 98
defect

Tracking

()

VERIFIED WONTFIX

People

(Reporter: wd, Assigned: pierre)

References

Details

(Keywords: css2)

Attachments

(1 file)

71 bytes, text/html
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; m16) Gecko/20000522
BuildID:    2000052208

The CSS option of changing a cursor to a hand (pointing finger) does not work.



Reproducible: Always
Steps to Reproduce:
1.View Attached Testcase
2.Move mouse cursor over the word "hand"
3.

Actual Results:  The cursor is the "text" cursor	

Expected Results:  The cursor is a pointing finger

(the testcase is:)
<html>
<body>
<span style="cursor: hand">Hand</span><br />
</body>
Attached file Testcase
Sorry, but "cursor: hand" is non-standard CSS. You mean "cursor: pointer".
See http://www.w3.org/TR/REC-CSS2/ui.html#cursor-props

Marking INVALID.
Status: NEW → RESOLVED
Closed: 24 years ago
Keywords: css2, verifyme
Resolution: --- → INVALID
Verified.

Yep.   Looking into it further, I've discovered it's one of those IE-Only 
things.    Too bad neither Netscape nor IE supports "cursor: pointer"
Status: RESOLVED → VERIFIED
That's not really a problem, just do: 

  a { cursor: hand; cursor: pointer; }
*** Bug 45789 has been marked as a duplicate of this bug. ***
*** Bug 91266 has been marked as a duplicate of this bug. ***
*** Bug 91845 has been marked as a duplicate of this bug. ***
*** Bug 92238 has been marked as a duplicate of this bug. ***
*** Bug 104030 has been marked as a duplicate of this bug. ***
*** Bug 111135 has been marked as a duplicate of this bug. ***
*** Bug 115556 has been marked as a duplicate of this bug. ***
*** Bug 127076 has been marked as a duplicate of this bug. ***
*** Bug 134019 has been marked as a duplicate of this bug. ***
Is there any way to put custom cursors in pages in Mozilla?
You should use {cursor: pointer; cursor: hand;}. If you use {cursor: hand;
cursor: pointer;} it won't work in IExplorer.
*** Bug 219731 has been marked as a duplicate of this bug. ***
*** Bug 276776 has been marked as a duplicate of this bug. ***
*** Bug 279249 has been marked as a duplicate of this bug. ***
*** Bug 283484 has been marked as a duplicate of this bug. ***
*** Bug 288230 has been marked as a duplicate of this bug. ***
*** Bug 301926 has been marked as a duplicate of this bug. ***
*** Bug 320392 has been marked as a duplicate of this bug. ***
*** Bug 332226 has been marked as a duplicate of this bug. ***
I don't see why its invailid
Resolution: INVALID → WONTFIX
Keywords: verifyme
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: