I'm using
to change the cursor image, it works, but when I point the mouse on a link. it keeps the same image.
How can I make it change the image when the cursor is over link?
I tried
but didn work.
Code:
body, a, a:hover { cursor: url(http://forum.mghospedagem.com/ffcursormouse8bits.png), hand; }
How can I make it change the image when the cursor is over link?
I tried
Code:
body, a, a:hover { cursor: url(http://forum.mghospedagem.com/ffcursormouseup8bits.png), pointer; cursor: url(http://forum.mghospedagem.com/ffcursormouse8bits.png), hand; }
Comment