'right' Syntax and Note
Note:
Set the right edge position, including
any padding, border, margin, and is relative to adjacent elements.
Syntax:
element { right: value }
elementID.style.right = "value"
document.all.elementID.style.right = "value" // IE only
Related examples in the same category