Closed
Bug 329396
Opened 20 years ago
Closed 20 years ago
cursor:hand does not work in <style type="text/css">
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: ldespain1, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
Cursor:hand; in html style="cursor:hand;" the cursor should behave as if it were an href link. Well it does not.
Reproducible: Always
Steps to Reproduce:
1.use windows 98 second edition
2.Create basic html document with or with out a <style type="text/css"> style sheet.
2.<style type="text/css">
3.or use <span style="cursor:hand;">
3.or any other command where you can use style=
4.execute the html code and no cursor change
Actual Results:
I did not get the cursor I expected
Expected Results:
I expected the cursor to change from the default to the hand like it will in (puke)IE
Comment 1•20 years ago
|
||
cursor: hand; is not valid CSS, it is an IE proprietary property. You should use cursor: pointer; instead.
-> Invalid
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•