Ubik
1
Can someone tell me why this piece of code doesn’t work with mozilla Firebird but well with Internet explorer, is there something i could change ?
<img src="index.jpg" height="570" width="820"onMouseOver="this.style.cursor='hand'";
onclick="PopUp()"
>
In IE, it shows the hand when i rollover the picture not in Firebird
Thanks,
Ubik
system
2
cursor:hand doesn’t seem to work in firebird. Though they just released 0.9, I haven’t tried it, maybe it works now?
system
3
Go read http://www.w3schools.com/css/pr_class_cursor.asp about using the cursor.
Note this:
"Notes in IE 5.x:
* To display a hand, you may use the non-standard value hand. Like this: {cursor: hand}
"
So it looks like IE is the only browser that recognizes “hand” ? Try using “pointer” instead.
system
4
Thanks for the answers guys !
So i should put this
this.style.cursor='pointer'
?
system
5
BTW, i had another thread concerning some actionscript and had no answers, if you have any idea, it would be great, here’s the link http://www.kirupaforum.com/forums/showthread.php?t=58498&highlight=ubik
Thanks,
Ubik
system
6
whats the difference between firebird and firefox?
system
7
I made a mistake it’s firefox !
system
8
firebird was the original name, but due to some legal issues they changed it to firefox when version 0.8 came out.