Hi,
<html>
<head>
</head>
<script text="type/javascript">
Ein </head> ist zu viel.
text="type/javascript" heißt type="text/javascript"
> ~~~html
> <!--
> var p = document.getElementById("lala");
> var left = 0;
> function close() {
> left++;
> if (p.style.left != "-60px") {
> p.style.left = "-" + left + "px";
> }
> setTimeout("close();", 80);
> }
> //-->
> </script>
>
close() ist schon eine Methode des window Objekts. Bei mir funktioniert das nicht. Benenne ich sie um in close1() zB dann gehts.
Gruß!