What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Changing Mouse Icon On A Site ( whats the code )?

Changing Mouse Icon On A Site ( whats the code )?
Author: Message:
3DCS
Junior Member
**

Avatar
Birds have fingers?

Posts: 22
– / Male / –
Joined: Jan 2003
RE: RE: Changing Mouse Icon On A Site ( whats the code )?
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>
05-02-2005 02:06 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Changing Mouse Icon On A Site ( whats the code )? - by albert on 05-01-2005 at 11:48 PM
RE: Changing Mouse Icon On A Site ( whats the code )? - by 3DCS on 05-02-2005 at 12:49 AM
RE: Changing Mouse Icon On A Site ( whats the code )? - by M73A on 05-02-2005 at 12:51 AM
RE: Changing Mouse Icon On A Site ( whats the code )? - by 3DCS on 05-02-2005 at 12:55 AM
RE: Changing Mouse Icon On A Site ( whats the code )? - by albert on 05-02-2005 at 12:55 AM
RE: RE: Changing Mouse Icon On A Site ( whats the code )? - by 3DCS on 05-02-2005 at 02:06 AM
RE: Changing Mouse Icon On A Site ( whats the code )? - by M73A on 05-02-2005 at 12:59 AM
RE: Changing Mouse Icon On A Site ( whats the code )? - by absorbation on 05-02-2005 at 11:49 AM
RE: Changing Mouse Icon On A Site ( whats the code )? - by albert on 05-02-2005 at 07:41 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On