Hallo Harald,
if (pos < 0) pos=0;
document.getElementsByTagName('div')[counter].left=pos;
counter++; }}}}
.style.left=pos;
und ggf. noch "px" hinzufuegen, wobei IE und Mozilla mit dem Zahlenwert klarkommen.
MfG, Thomas
Hallo Harald,
if (pos < 0) pos=0;
document.getElementsByTagName('div')[counter].left=pos;
counter++; }}}}
.style.left=pos;
und ggf. noch "px" hinzufuegen, wobei IE und Mozilla mit dem Zahlenwert klarkommen.
MfG, Thomas