Page 1 of 1

kick ass cursor

Posted: Fri May 14, 2004 5:38 pm
by stalking_rocker
Does anyone else know how to get that cool rock'n'roll cursor, the one that pops up when you hover over links?

Posted: Mon May 17, 2004 8:23 am
by Jake
With css, you can make any image your cursor. Just download the image you want to use and then add this code to your stylesheet:

Code: Select all

a:hover {
 cursor:url(horns.cur), auto;
}
In our case, our cursor is named "horns.cur."

thanks

Posted: Mon May 17, 2004 6:16 pm
by stalking_rocker
thanks much... 'preciate it!

Posted: Sun Feb 13, 2005 10:58 am
by Conbud
Where do I get that horns_up image. I been looking for it and cant find it no where ?

Posted: Sun Mar 20, 2005 1:35 pm
by AZKaban
Did you try Google for something like "cursors collection" ?