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