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






'bottom' Syntax and Note

Note:

Defines the element bottom position relative to the bottom edge of the next element.

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

      
      








Related examples in the same category

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