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