Compatibility
Opera Safari Firefox Internet Explorer
9.2 3.0 2.0 1.3 2.0 1.5 1.0 7.0 6.0 5.5
Full Full Full Full Full Full Full Full Full Full
Internet Explorer for Windows versions up to and including 7 don??™t support the
value inherit.
letter-spacing
letter-spacing: { length | normal | inherit } ;
This property sets the extra spacing
between characters in the text content
of an element.
Value
A length value specifies extra space to
be inserted between characters in
addition to the default inter-character
space. This space may not be adjusted
by the user agent in order to justify text.
Example
This style rule tightens the letter spacing
in h1 headings by one pixel:
h1 {
letter-spacing: -1px;
}
Negative length values are legal.
normal means there will be no extra space between characters. The space may be
adjusted by the user agent in order to justify text.
SPEC
version initial inherited
CSS1, 2 normal YES
BROWSER SUPPORT
Op9.2+ Saf1.3+ FF1+ IE5.5+
FULL FULL FULL FULL
327 Typographical Properties
Note that normal and 0 are not fully equivalent.
Pages:
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485