CSS Property: letter-spacing
[this page | pdf | back links]
The CSS (CSS1) letter-spacing property identifies the
amount of space between consecutive text characters.
Valid property values
(other than inherit
and initial) are:
|
Value
|
Description
|
|
length
|
Amount of extra space as
a CSS length between
characters. Can be negative
|
|
normal
|
(default value). No
extra space between characters
|
|
Default Value:
|
normal
|
|
JavaScript syntax:
|
e.g. object.style.letterSpacing="4px"
|
|
Inherited:
|
Yes
|
|
Animatable:
|
Yes
|
NAVIGATION LINKS
Contents | Prev | Next | CSS Properties