Javascript Reference
Categories: TBODY

javascript TBODY vAlign

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

Read/Write  

Specifies the manner of vertical alignment of text within the cells contained by the tbody, tfoot, or thead element.

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

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

 
Default

middle


Powered by Linode.