Javascript Reference
Categories: STYLE

javascript STYLE fontSizeAdjust

@March 15, 2008, 1:22 a.m.
fontSizeAdjustFirefox/Netscape/NN 6 IE 5(Mac) Chrome/Safari/DOM 2  

Read/Write  

Provides the font aspect value, usually of the first font family in a font-family attribute sequence, forcing alternative font families to calculate their rendered font size to closely match that of the primary font family. Although this property is a member of the style object in IE 5/Mac and Netscape 6, neither the style attribute nor scripted changes to it affect the font display.

 
Example
 
document.getElementById("myDIV").style.fontSizeAdjust = "0.56";
 
Value

Numeric aspect value as a quoted string, or none.

 
Default

none


Powered by Linode.