Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change the mouse cursor

Status
Not open for further replies.

robi2

Programmer
Jan 19, 2003
62
IL
Hi, how can i change the mouse cursor to be some gif or a picture that i want, i'm not talking about default cursors like:
mouse: hand.

i want to set my own pic.

Thanks.
 
But i want the clients that connect to my site to have different cursors...
 
use flash then way less complicated

[Hammer]
Nike Failed Slogans -- "Just Don't Do It!"
 
robi2
well first you need to create the cursors you want, with the software above or similar.
Then stick 'em on your server and use CSS to specify them, for example if you want a special cursor for a few words of a sentence you could do something like:

in your stylesheet or in-document styles
.cur { cursor : url("specialcursor.cur"),

<p>This is a <span class=&quot;cur&quot;>very special</span> sentence.</p>





 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top