comment afficher cursor: hand sous FF pour une image?
Salut a tous.
J'ai fait le code suivant:
Code:
1 2 3 4 5 6 7 8
|
<style type="text/css">
<!--
.cursor { cursor: hand}
-->
</style>
<img src="http://<a href="http://www.developpez.be/forums/images/terre.gif"" target="_blank">www.developpez.be/forums/images/terre.gif"</a> onClick="popup()" OnMouseOver="this.className='cursor';"> |
Ca marche tres bien sous internet explorer mais la main n'appartait pas sous FF. Comment puisje faire pour qu'ele y appraisse aussi?