'top' Syntax and Note : top « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'top' Syntax and Note

Note:

Set the element top position relative to the next element top edge.

Syntax:
    
element { top: value }
elementID.style.top = "value"
document.all.elementID.style.top = "value" // IE only
    

      
      








Related examples in the same category

1.'top' Example
2.'top' Possible Values
3.'top' is applied to