Tuesday 28 September 2004

Tips & Tricks

Wanna have your own cursor on your website? But the code will only work with Internet Explorer 6.0 and above. 

Steps to follow:

Upload the desired cursor into your web, your cursor must end with a .cur or .ani file extension.

Copy this code and paste it into your style type="text/css" which can be found in your HEAD. Do not paste it into your BODY:

body, a 
{cursor: url(http://www.url.com/cursor.cur);}

Replace youraddress.com/cursor.cur with the url of your cursor.

Good luck then!

No comments:

Post a Comment