Hallo, wenn ich das Mouseover einmal einbaue funktioniert es...
Wenn ich es zweimal einbaue funktioniert keines von beiden mehr...
Woran liegt das? Bitte hilft mir... Danke 

MfG
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Test</title>
</head>
<body>
<a href="Seite1.htm" onMouseOver="document.Bild.src='Bild2.gif';" onMouseOut="document.Bild.src='Bild1.gif';">
<img src="Bild1.gif" name="Bild" width=256 height=160 border=10></a>
</body>
</html>
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Test</title>
</head>
<body>
<a href="Seite1.htm" onMouseOver="document.Bild.src='Bild2.gif';" onMouseOut="document.Bild.src='Bild1.gif';">
<img src="Bild1.gif" name="Bild" width=256 height=160 border=10></a>
<br />
<a href="Seite1.htm" onMouseOver="document.Bild.src='Bild2.gif';" onMouseOut="document.Bild.src='Bild1.gif';">
<img src="Bild1.gif" name="Bild" width=256 height=160 border=10></a>
</body>
</html>


MfG