Image as Cursor
HTML
<p>Changing the cursor on hover</p>
CSS
body {
position: absolute;
width: 100%;
height: 100%;
background: lightblue;
cursor: url("http://courses.mansion.fm/photo-5345/files/2014/04/new-cursor.png");
}
<p>Changing the cursor on hover</p>
body {
position: absolute;
width: 100%;
height: 100%;
background: lightblue;
cursor: url("http://courses.mansion.fm/photo-5345/files/2014/04/new-cursor.png");
}