| Posted by Joe Mamma on 06/08/05 06:13 
I mde a 16x16 bmp, renamed it to mycursor.cur:I am testing this:
 
 <html>
 <head>
 </head>
 <style type="text/css">
 body{
 cursor: url(mycursor.cur)
 }
 </style>
 
 <body>
 cursor test
 </body>
 </html>
 
 it does not work, does it go in the <head>? do I have to upload the
 mycursor.cur for it to work? Right now it is in the same directory as the
 mycursor.htm file.
 Thanks for any help!
 [Back to original message] |