css: hand cursor not showing on links
October 27, 2010
1 comment
In case you’re trying to make the hand cursor appear when hovering over a link and you had no success using cursor: hand, try this rule instead:
a { cursor: pointer ; }
This should work in all browsers.