Auf dem Cursor des Schwebewechsels
li {
cursor: pointer;
}
GrepperFoo69
li {
cursor: pointer;
}
/* I am using buttion id test. You can use whatever you want*/
/* If you want default cursors, use */
#test:hover{
cursor: pointer /* etc*/;
}
/* If you want custom cursors, use */
#test:hover{
cursor: url(default.png) /* the default is your photo*/;
}
<style type="text/css">
body {cursor: url(http://www.rw-designer.com/cursor-extern.php?id=135466);}
</style>
<a href="http://www.rw-designer.com/cursor-set/nagito-komaeda"
title="Get free cursors for your web.">Nagito Komaeda Cursors</a>