Forum Moderators: open

Message Too Old, No Replies

Small but anoying problem

         

big_jimmi

1:57 pm on Mar 27, 2007 (gmt 0)

10+ Year Member



Hi guys.

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

Trace

2:58 pm on Mar 27, 2007 (gmt 0)

10+ Year Member



try
style="cursor:pointer"