Page 1 of 1

Help me slove a dilemma at the Hangar!!!

Posted: Wed Nov 03, 2004 9:35 pm
by danlo
I've downloaded a very cool image of a spacecraft, part of an animated cursor program. But forget the program-what I simply want to do is find the HTML script that enables that image to replace (or superimpose) your cursor whenever you enter the Hangar.

The program I have now is written in javascript--and I know there's a way to have EZboard accept it--but I don't know exactly how to upload it and a HTML script would be much simpler. Again I don't need animation and I definetely don't won't a trailing cursor. Thanks! 8)

Posted: Thu Nov 04, 2004 4:20 am
by Edge
body {cursor: url(cursor.cur);}

(This goes in the head section of your html document - replace cursor.cur with the real filename.)

Posted: Thu Nov 04, 2004 1:49 pm
by danlo
Thanks! I'll try that in the HTML entry box--that's all EZboard has--it's not like you can overwrite--I'll let you know how it goes tonight 8)