View Full Version : Cursor


thewwfc
05-07-2003, 06:15 PM
http://www.stealthdesignz.net/

HAVE A MEGA COOL CURSOR CAN SOMEONE PLEASE TELL ME THE CODE???????????????????????

amicus
05-07-2003, 06:33 PM
<STYLE TYPE="text/css">
BODY {
CURSOR: url("Sd_cur_37.cur")
}
</STYLE>

http://www.stealthdesignz.net/cursor/Sd_cur_37.cur

thewwfc
05-07-2003, 06:49 PM
Do I have too use the URL?

Do I put that under head?

Elentari
05-07-2003, 06:52 PM
You should email them and ask if you can use it before taking it since that is illegal.......(see the copyright?)

thewwfc
05-07-2003, 06:53 PM
I meant the cursor when you go over the link


I am testing it first, Then I will e-mail them :)


I never steal!

amicus
05-07-2003, 06:56 PM
1. use the url to download the cursor image
2. upload the cursor image onto your server
3. use the style to link to the cursor (change the path to where ever you put the image: 'CURSOR: url("path")')

yes put the style into the head tag

amicus
05-07-2003, 07:00 PM
the cursor for the mouse over is located at http://www.stealthdesignz.net/cursor/Sd_cur_36.cur but yes please get permission first. thanks elentari i don't know where my head was :)

if you want to do the mouse over thing just use a hover style

thewwfc
05-07-2003, 07:07 PM
I will get permisson I hope !


Thanks for everything guys!

Elentari
05-07-2003, 07:40 PM
No problemo....just best to always ask rather then get yourself in trouble as well as it's just nice netiquette.

Xiphias
05-07-2003, 09:00 PM
I think that coding needs cleaned a bit...

<style type="text/css">
body { cursor: url(URL HERE);}
</style>

sloppy coding bugs me ;)

thewwfc
05-07-2003, 09:08 PM
Okay thanks :D