View Full Version : Link cursors in Neopets shops


cat1205123
08-12-2004, 07:43 PM
Does anyone know how to make your cursor change in SHOPS? I know how to do it in userlookups, but you can't use CSS in shops. Right now, what I have is:

<body style="cursor: url(http://mercury.walagata.com/w/cat1205123/wandcursor.cur);">

I want to have the equivilent of

<STYLE TYPE="text/css">p {align=justify}
TABLE{cursor: url(http://mercury.walagata.com/w/cat1205123/wandcursor.cur);}
a{cursor: url(http://mercury.walagata.com/w/cat1205123/wandlumos.ani);}
</STYLE>

Is there any way to do that?

cat1205123
08-12-2004, 07:54 PM
If that even made sense....

stargrl329
08-12-2004, 08:51 PM
I doubt that you can change it throughout the whole page, but you can put something like this:
<div style="cursor: url(http://mercury.walagata.com/w/cat1205123/wandcursor.cur);">
And then when your cursor is over the div it will change into "wandcursor.cur." That's probably the best you can do for a shop though. :(