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