Gernot Back: marquee: bei mouseover richtung ändern

Beitrag lesen

Hallo nochmal,

function wechsel (x) {
if(x.direction=='left') {
  x.direction='right';
} else {
  x.direction='left';
}

Hier fehlt ne "Klammer-zu":  
}  
  
Gruß Gernot