'pixelLeft' Syntax and Note
Note:
JavaScript-only style properties
Set the left position.
These properties are equivalent to the CSS- compatible
left style properties.
Syntax:
elementID.style.pixelLeft = "value"
document.all.elementID.style.pixelLeft = "value"
Related examples in the same category