Javascript Reference
Categories: STYLE

javascript STYLE lineHeight

@Aug. 15, 2009, 12:34 p.m.
lineHeight Firefox/Netscape/NN 6 IE 4 Chrome/Safari/DOM 2  

 

Read/Write  

Indicates the height of the inline box (the box holding one physical line of content). 

 
Example
 
document.getElementById("tight").style.lineHeight = "1.1em";
 
Value

A string of a length value (with unit of measure) or normal.

 
Default

normal


Powered by Linode.