HTML Help Forum HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

Mouse Icon
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum -> General HTML
View previous topic :: View next topic  
Author Message
Wolfy



Joined: 09 Aug 2004
Posts: 53

Posted: Sun Sep 05, 2004 10:43 am     Mouse Icon  

Lets say someone goes to my site...

I want there mouse , i(nstead of that stupid pointer) to be somthing else?

Does anyone know how to do this???????????

Javascript??
eXcentra



Joined: 12 May 2004
Posts: 91

Posted: Sun Sep 05, 2004 10:49 am      

http://www.w3schools.com/css/pr_class_cursor.asp
http://www.dynamicdrive.com/dynamicindex11/fcursor.htm

To make it work for the whole page, try:
Code: <style type="text/css">
body {
cursor: crosshair;
}
</style> Of course, you can replace the cursor with whatever you wish.
Personally, I haven't tried it out and I don't intend to so I don't know if this will work.


Corey Bryant



Joined: 15 May 2004
Posts: 8748
Location: Castle Pines North, CO USA

Posted: Sun Sep 05, 2004 10:52 am      

And of course you can check out http://www.cometcursor.com - but I would suggest CSS first
 
 
DARFUR
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum -> General HTML
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group