Forum Moderators: open
I've just started tinkering with javascript and have run into a problem - Im trying to get the cursorstyle:hand on a luink to appear as a hand in firefox as well as ie.
I know that cursor style:hand isnt valid css but ive seen lots of sites that manage to pull it off - here my ver simple code - any ideas?
<a onclick='window.open("http://www.xyz.com/xyz/xyz/xyz.php?referer=xyz1","_blank","location=no,scrollbars=yes,toolbar=no,resizable=yes")' style="cursor:hand"><img src="xyz.jpg" width="700" height="474" border="0" /></a>
Many thanks in advance