View Full Version : I don't get how to do the cursors..


puccamucci
07-19-2003, 04:46 AM
I tried using the code for the fancy cursors for a hyperlink pic on my site but i don't think i'm doing it right because it doesn't show up at all. Does anybody why and how to do cursors?

MaGiCSuN
07-19-2003, 02:06 PM
what code are you using currently?

Love,
Mirna

puccamucci
07-19-2003, 07:42 PM
i got the code from dynamic drive

style="cursor:n-resize"

and i don't know how to use that cursor just for my picture link

Meizawotmeiz
07-21-2003, 03:35 PM
That code is css. You might want to try

<style type="text/css">
<!--
body{
cursor: n-resize;}
-->
</style>

or

<body style="cursor: n-resize;">