letter-spacing

Support Key: [CSS1|CSS2|CSS2.1] [IE4B1|N6|O3.5|S1]
Other Text Properties
word-spacing
white-space
word-wrap
text-align
text-align-last
text-decoration
text-transform
text-shadow
text-indent
text-underline-position
= Index DOT Css by Brian Wilson =
  Main Index | Property Index | CSS Support History | Browser History  



   Quick Statistics   
Default Value:
   normal
Applicable Elements:
All
Inherit From Parent:
Yes
Applicable Media:
Visual
HTML Equivalent:
NA
Official Docs:
CSS1: Sect 5.4.2
CSS2: Sect 16.4, CSS2.1: Sect 16.4
What is it?
This property controls the space in addition to the default spacing between letters in a given section. Values may be negative. The justify value to the align property may influence the effects of this property.

Allowed Values
inherit
[CSS2|CSS2.1] [N6|O4|S1]
Type: Explicit
Description:
Explicitly sets the value of this property to that of the parent.
normal
[CSS1|CSS2|CSS2.1] [IE4B1|N6|O3.5|S1]
Type: Explicit
Description:
This value specifies that the font/browser default letter spacing will be used.
[length]
[CSS1|CSS2|CSS2.1] [IE4B1|N6|O3.5|S1]
Type: Explicit
Description:
The length value is an amount in addition to the browser default space between letters. Any of the standard Absolute or Relative Length Units may be used. Negative values are allowed, but browsers may have limits to behavior in such situations.
Example
Ext/Doc: h5.close { letter-spacing: 0.1cm }
In-Line:  <h5 STYLE="letter-spacing: 0.1cm">This is a test</h5>
Notes Browser Peculiarities

Boring Copyright Stuff....