Hi,
document.getElementById("Animation").MoveLeft(wert);
document.getElementById("Animation").MoveDown(wert);
Probier lieber mal etwas in der Richtung:
document.getElementById("Animation").position = "absolute";
for (var wert=0; wert<250; wert++)
{
document.getElementById("Animation").left = wert;
document.getElementById("Animation").top = wert;
}
--
Selfcode: ie:{ fl:( br:> va:| ls:& fo:| rl:? n4:& ss:| de:/ js:} mo:) zu:}
Selfcode: ie:{ fl:( br:> va:| ls:& fo:| rl:? n4:& ss:| de:/ js:} mo:) zu:}