Boa noite pessoal,
Porque o código abaixo só funciona no Internet Explorer???
<html>
<head>
<script type="text/jscript">
function exibeimagem(foto){
document.getElementById('imggrande').src=foto;
}
</script>
</head>
<body>
<p>
<img id="imggrande" height="244" src="img/00.jpg" width="323" />
</p>
<p>
<img onmousemove="exibeimagem('img/01.jpg');" height="60" src="img/01.jpg" width="75" />
<img onmousemove="exibeimagem('img/02.jpg');" height="60" src="img/02.jpg" width="75" />
<img onmousemove="exibeimagem('img/03.jpg');" height="60" src="img/03.jpg" width="75" />
<img onmousemove="exibeimagem('img/04.jpg');" height="60" src="img/04.jpg" width="75" />
</p>
</body>
</html>
Testei no Firemerda (Firefox), no Chrome Cocô e no Opera... Só funciona no IE e no Opera!!!
Fico no aguardo,