Javascript Reference
Categories: STYLE

javascript STYLE wordSpacing

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

Read/Write  

Governs the length of space between words. IE 5 for Macintosh may exhibit overlap problems with the word-spacing of elements nested inside the one being controlled.

 
Example
 
document.getElementById("myDIV").style.wordSpacing = "1.0em";
 
Value

CSS length value (as a string) or the constant normal.

 
Default

normal


Powered by Linode.