animated cursor

  • Thread starter Thread starter Pam Staley
  • Start date Start date
P

Pam Staley

a client of mine wants an animated cursor on her web page - I have
downloaded one of the free icons and have added it to the site...and then
added this code to the index page...but it still doesn't work -

can someone help?

thanks

code inserted in body tag:

<body style="cursor:url(http://www.pureluckequine.com/horses busy.ani );">
 
it looks like you're defining the cursor through .css
it seems that your file name has a space in it, and I'm not sure that .ani
extension is valid.
HTH
 
mmm I changed the file name with the space...but still not working....will
keep checking it out

thanks
Pam
 
there are also limitations on what type of file can be used for certain
things.
You may want to look into the whole thing more holistically.
there is probably some kind of JavaScript that will get you close.
If I get time I'll check my best css reference book (html utopia by
www.sitepoint.com) and see what will and won't work.
 
Back
Top