I want to change the style of the cursor as if it were going over a link. How do I do this?
相关问题
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- How to fix IE ClearType + jQuery opacity problem i
- void before promise syntax
- jQuery add and remove delay
Modify the CSS
cursor
value by using thecss()
methodDemo : http://jsfiddle.net/jomanlk/H6Nta/
you can play around with this
for pointer
api
http://api.jquery.com/css/
using css
http://www.echoecho.com/csscursors.htm
read here for different cursor styles
and apply it
Cursors are handled by CSS. You need something like
or for old IE browsers