Difference between revisions of "CSS GUIDE LETTER SPACING"
Davenrathh (talk | contribs) (→Legal Values) |
Davenrathh (talk | contribs) (→Browser Compatibility) |
||
Line 30: | Line 30: | ||
== Browser Compatibility == | == Browser Compatibility == | ||
+ | |||
+ | * Internet Explorer | ||
+ | * Netscape Navigator | ||
+ | * Opera | ||
+ | * Firefox | ||
+ | * Safari | ||
== See Also == | == See Also == |
Revision as of 10:17, 4 December 2006
This document is a work in progress and is subject to change.
Contents
Summary
This property increase and decreases the space between letters.
Syntax
p { letter-spacing: -0.5px }
p { letter-spacing: 8px }
Legal Values
Value Description
normal - Defines normal space between characters
length - Defines a fixed space between characters
Mozilla Recommended Values
Usage Examples
Notes
Specification Conformance
Browser Compatibility
- Internet Explorer
- Netscape Navigator
- Opera
- Firefox
- Safari