Fixed
Details
Details
Assignee
Geoff Bowers
Geoff BowersReporter
Former user
Former user(Deactivated)Original estimate
10m
Time tracking
No time logged10m remaining
Fix versions
Priority
Created January 28, 2008 at 1:52 PM
Updated April 6, 2013 at 4:35 AM
Resolved April 6, 2013 at 4:35 AM
Since Explorer 6 and 7 support pointer, there's no more reason to use hand, except when older Explorers are part of your target audience. In that case, the only cross-browser syntax is:
element {
cursor: pointer;
cursor: hand;
}
http://www.quirksmode.org/css/cursor.html#note