Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

cursor as image css

You can use own image or emoji as cursor
<style>       
    a{
        cursor: url("custom.gif"), url("custom.cur"), default;
    }
</style>

<p>Place your mouse pointer <a href="#">over me</a> to reveal the custom cursor.</p>
 
PREVIOUS NEXT
Tagged: #cursor #image #css
ADD COMMENT
Topic
Name
3+1 =