'vAlign' Syntax and Note : vAlign table « Javascript Properties « JavaScript Reference

'vAlign' Syntax and Note

Note:

Read and write property. 
How the element's content is vertically aligned. 
    
Syntax:
    
document.getElementById("elementID").vAlign = value
document.all.elementID.vAlign = value // IE only

    

      
      








Related examples in the same category

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