Hi Karl,
probiers doch mal mit getComputedStyle:
obj=document.getElementById(layerid);
x=document.defaultView.getComputedStyle(obj,"").getPropertyValue("left");
lg Spiff
Hi Karl,
probiers doch mal mit getComputedStyle:
obj=document.getElementById(layerid);
x=document.defaultView.getComputedStyle(obj,"").getPropertyValue("left");
lg Spiff