Hi all,
i have a special JS Problem:
When i try to set the left spacing to a certian pixel width, konqeror ignores this assignment and does not apply the defined pixelwidth to the layer. Following code:
layer = document.all.test.style;
layer.left = event.x + 10 ;
ps: space from top is working (layer.top = event.clientY + 10😉
Thanks in advance
ali