[thelist] Changing the mouse cursor

Lachlan Cannon luminosity at members.evolt.org
Tue Nov 19 09:45:01 CST 2002


Scarlett Julian (ED) wrote:
> Wel, b***er me, you learn something new everyday ;-) I stand corrected and
> wish to withdraw my previous post on this subject. Even better that it
> degrades nicely although I'd like to check out some examples in various
> browsers before I start thinking about using it. Any links to real examples?

There was a link in the comments, but it doesn't appear to be working
now.. it shouldn't take any longer than 5 minutes to whip up a tacky
cursor and a quick page though.

<html>
<head>
<title>cursor test</title>
<style type="text/css">
body {cursor: url('cheesy.cur');}
p {cursor: default;}
</style>
</head>
<body>
<p>Foo</p>
</body>

...
--
Lach
__________________________________________
Web: http://illuminosity.net/
E-mail: lach @ illuminosity.net
MSN: luminosity @ members.evolt.org
__________________________________________





More information about the thelist mailing list