View Full Version : Cursor help!!!!


sweet_as_sugar
03-04-2003, 03:13 PM
Hey I have made a picture of a cursor that I want to use on my website, where can I find the code to make it into a cursor? Please can I have it in CSS and HTML (if thats possible) thankyou so much lv Beth xxxxx

web_site
03-04-2003, 03:50 PM
<style>
<!--
BODY{
cursor:url("mycursor.cur");
}
-->
</style>

Got it from: http://www.dynamicdrive.com/dynamicindex11/customcursor.htm