Hi,
Du hast sicherlich ein Problem mit der Problembeschreibung.
Moment, lass mich kurz überlegen... ähm NEIN
Doch - sie bestand im grossen und ganzen aus "funzt nich".
function scrollFW()
{
var alterWert = document.getElementById('images').offsetLeft;
var neu = alterWert+10;
document.getElementById('images').style.left = neu+"px";
Fein, wir setzen also fuer #images einen Wert fuer die CSS-Eigenschaft left.
<div id="images" style="left:0px; overflow: visible; height:68px; padding-bottom: 1px; padding-top: 1px; padding-right: 1px; padding-left: 1px; vertical-align:middle">
Und jetzt ueberlegen wir noch mal, welche Auswirkung left haben darf, wenn das Element nicht positioniert wurde.
MfG ChrisB
--
"The Internet: Technological marvel of marvels - but if you don't know *what* you're lookin' for on the Internet, it is nothing but a time-sucking vortex from hell."
"The Internet: Technological marvel of marvels - but if you don't know *what* you're lookin' for on the Internet, it is nothing but a time-sucking vortex from hell."