if have these peices of code:
in internet explorer on the pc, i get a hand icon for the mouse pointer when i'm hovering over this image - which is exactly right - but i the mouse doesn't change on firefox.
how can i make this work for many browsers?
Code:
.button_mouse{
cursor: hand;
}
Code:
<img class="button_mouse" onClick="document.location.href = baseURL" id="home" src="images/myImage.gif"/>
in internet explorer on the pc, i get a hand icon for the mouse pointer when i'm hovering over this image - which is exactly right - but i the mouse doesn't change on firefox.
how can i make this work for many browsers?