quote:
Originally posted by lp15
quote:
Originally posted by may73alliance
quote:
Originally posted by 3DCS
Use the CSS cursor attribute
more info here:
http://www.w3schools.com/css/pr_class_cursor.asp
~ 3
thats useful..... but u can have a completely diferent set of cursors than windows cant you i swear ive seen it on sites before
exactly what i want.. just wanna make it purple..
In case ya still need help..
To make a custom cursor (such as purple) you'll need to make your own image for the cursor and save it as a .cur (cursor) file.
There are some good programs that'll be able to do this, but I can't really recommend one because I never used it myself.
I suggest you just google for a tool to create .cur files unless you already know how to do that.
To use a custom .cur image in your HTML code
<STYLE type="text/css">
<!--
body { cursor:url("CURSOR.cur"); }
-->
</STYLE>