Closed
Bug 172027
Opened 23 years ago
Closed 23 years ago
the CSS Style cursor:hand doesn't show correctly
Categories
(Core :: Web Painting, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: nilson, Assigned: roc)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2a) Gecko/20020910
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2a) Gecko/20020910
the example <tr style="cursor:hand;"> does not work showing the correct cursos
icon, this is very usefull to put a link (
onlick="javascript:window.location.href" ) on a TR or TD.
On other browser this works that way, and i'm, a web developper, trying to make
my work the more consistently with the most web browser.
thanks for consideration.
Reproducible: Always
Steps to Reproduce:
1.Open your Mozilla
2.Type www.grupow.com.br
3.Search for the part "Notícias" and show the frame source where are the "data"
links link "30/09/2002"
4.Search for cursor:hand
Actual Results:
See above.
Expected Results:
Just that like above.
No thankz.
:)
![]() |
||
Comment 1•23 years ago
|
||
"cursor: hand" is something IE just made up. See
http://www.w3.org/TR/REC-CSS2/ui.html#cursor-props for the list of allowed
"cursor" values. The one you want is "pointer"
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
*** Bug 247954 has been marked as a duplicate of this bug. ***
*** Bug 252095 has been marked as a duplicate of this bug. ***
Updated•7 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•