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