This may be a simple one, but i am pretty new to this.
If i place a layer in a table cell, and set the position as relative, is there a way i can reference the left position of that layer.
I am trying document.all['layer1'].style.left, but if i place this in an alert, the alert box is empty. I have tried putting style="left:50" in the layer, and this returns a value in the alert, but it also re-positions the layer.
If i place a layer in a table cell, and set the position as relative, is there a way i can reference the left position of that layer.
I am trying document.all['layer1'].style.left, but if i place this in an alert, the alert box is empty. I have tried putting style="left:50" in the layer, and this returns a value in the alert, but it also re-positions the layer.