hallo.
habe das auch versucht, aber es etwas funktioniert irgendwie immer noch nicht. hast du sonst noch eine idee - sorry, aber ich habe wirklich keine ahnung von javascript.
<html>
<head>
<title>Seite mit Rollover-Bild</title>
<script type="text/javascript">
<!--
function changePic(Name,toDo)
{ if (toDo=='on')document.images[Name].src = "images/"+Name+"h.jpg";
else document.images[Name].src = "images/"+Name+".jpg";
}
//--> </script>
</head>
<body>
<a href="index.htm" onmouseover="changePic('Bild','on')" onmouseout="changePic('Bild','off')"><img src="datei.jpg" name="Bild"> </a>
</body>
</html>
gruss - alexey