Jump to content

HTML Help


lime

Recommended Posts

How do you create a cursor? Like your own "cursor" image for example if I wanted dry.gif as a cursor image. I have no idea how though... And I wanted to make the cursor in HTML so I can post it on Dreamweaver and stuff.

Link to comment
Share on other sites

Have you looked at this site?http://www.anicursor.com/moreani.htmlIf you read the tutorials you can find out how to create cursors and use them on a website. You have to consider using CSS but you can put the statement in the html <BODY> tag eg:<BODY style="CURSOR: url('myPointyCursor.ani')">obviously replacing myPointyCursor with the name of your cursor.

Link to comment
Share on other sites

Have you looked at this site?http://www.anicursor.com/moreani.htmlIf you read the tutorials you can find out how to create cursors and use them on a website. You have to consider using CSS but you can put the statement in the html <BODY> tag eg:<BODY style="CURSOR: url('myPointyCursor.ani')">obviously replacing myPointyCursor with the name of your cursor.
Thanks! -hugs- I really needed that :):)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...