tScrollLayer.style.clip = 'rect(' + clipTop + ' ' + clipWidth + ' ' + clipBottom + ' 0)';
alert(tScrollLayer.style.clip);Hast du eine Einheit benutzt?
Habe es mit und ohne Einheit "px" probiert, macht keinen Unterschied.
tScrollLayer.style.clip = 'rect(' + clipTop + ' ' + clipWidth + ' ' + clipBottom + ' 0)';
alert(tScrollLayer.style.clip);Hast du eine Einheit benutzt?
Habe es mit und ohne Einheit "px" probiert, macht keinen Unterschied.