change mouse look

liunx

Guest
I able to change mouse when the mouse is over a link when i put that in the head:<br />
<br />
A:hover {<br />
CURSOR: crosshair<br />
}<br />
<br />
I want to know what is the command for change the mouse(put it crosshair) for all the time the person visit my page.<!--content-->Type this into your CSS:<br />
<br />
body { cursor : crosshair }<!--content-->but will it work in NS4.xx ?? I don't think so.....<!--content-->thanx alot...but there is another thing i want to know. Is that possible to use custom mouse look(that i can create with prog.)for a web site?<!--content-->if the user doesn't have that cursor installed you won't be able to. unless they Download <!--more-->ed your cursor and installed it.<!--content-->It'd be cool (artistically) if browsers evolved towards looking like Winamp (<!-- m --><a class="postlink" href="http://www.winamp.com/">http://www.winamp.com/</a><!-- m -->) skins. I mean, you go to a specific web page, and your GUI buttons, the cursor, the Address www field, it's font, the bg color, would all take on a custom, Download <!--more-->ed look.<br />
<br />
Alas, too many security issues involved, too much effort would be required, so instead I post this as an argumentive idea in: Idea! Skin your browser based on where you surf (<!-- m --><a class="postlink" href="http://www.htmlforums.com/showthread.php?s=&threadid=11221">http://www.htmlforums.com/showthread.ph ... adid=11221</a><!-- m -->). It's in The Lounge.<!--content-->Originally posted by scoutt <br />
but will it work in NS4.xx ?? I don't think so..... <br />
<br />
I never said it would. Hell, I don't think you can change the mouse in NS 4.xx<!--content-->Originally posted by P@tr鐫
 
Back
Top