View Full Version : Animated Cursor On Your Website Question
bpramogos
May 1st, 2003, 03:56
Who knows where to find a script, which changes the color and the shape of cursor?!? An example HERE (http://not.at.harvista.lt/gvardija/ma/) .
Thanx
CareBear
May 1st, 2003, 10:00
it isn't changing colour for me :confused:
Cagez
May 1st, 2003, 15:50
Its the CSS cursor property.
<style type="text/css">
<!--
body {
cursor: url(thelinktothecursor);
}
-->
Yeah, as above it's not a script that changes the cursor, you just specify a different cursor in your style sheet.
It needs to be in .cur or .ani format, if you search on google you should find some you can download, or some good icon software like AX Icons will let you make your own :)
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.