I am trying to change the cursor to a .gif image. Not only one link will be shown on the entire page. I made it like
<style type="text/css">
body {
cursor:url(Butterfly.gif);
}
</style>
he does not work. I also have a file .cur. It works on IE, but not on Firefox.
Ercan source
share