Javascript Reference
Categories: COL

javascript COL vAlign

@March 15, 2008, 1:22 a.m.
vAlignFirefox/Netscape/NN 6 IE 4 Chrome/Safari/DOM 1  

Read/Write  

Provides the manner of vertical alignment of text within the column grouping's cells.

 
Example
 
document.getElementById("myCol").vAlign = "baseline";
 
Value

Case-insensitive constant (as a string): baseline | bottom | middle | top.

 
Default

middle


Powered by Linode.