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






'direction' Syntax and Note

Note:

Defines the reading order of the element. 
Specify the direction of the table column layout and the direction 
of the horizontal overflow.
This property does not affect the directional flow of alphanumeric characters.

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

      
      








Related examples in the same category

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