Danke für die Antwort,
jetzt weiss ich wenigstens warum das nicht klappt...
allerdings sagt er, dass wäre kein Funktion?!
Hier mal der Text:
<html>
<head><title>Test</title>
<script type="text/javascript">
function down() {
document.bild.moveBy(200, 10);
}
</script>
</head>
<body bgcolor="blue" onload="down()">
<layer name="bild" bgcolor="black" top="200" left="200" width="1000" height="1000">
<img src="sonne.bmp">
</layer>
</body>
</html>
Danke schon mal im voraus