Difference between revisions of "CSS GUIDE LETTER SPACING"

From CDOT Wiki
Jump to: navigation, search
(Legal Values)
(Legal Values)
Line 19: Line 19:
 
'''normal''' - Defines normal space between characters
 
'''normal''' - Defines normal space between characters
  
'''length''' -  The following values can be also used to define the letter-spacing distance
+
'''length''' -  The following values can be also used to define the letter-spacing distance:
 
 
 
                 cm (centimeter)
 
                 cm (centimeter)
 
 
                 em  (ems)
 
                 em  (ems)
 
 
                 inch (inches)
 
                 inch (inches)
 
 
                 mm (millimeters)
 
                 mm (millimeters)
 
 
                 pc (picas)
 
                 pc (picas)
 
 
                 px (pixels)
 
                 px (pixels)
 
 
                 pt (points)
 
                 pt (points)
  

Revision as of 11:23, 4 December 2006

This document is a work in progress and is subject to change.

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 - The following values can be also used to define the letter-spacing distance:

                cm (centimeter)
                em  (ems)
                inch (inches)
                mm (millimeters)
                pc (picas)
                px (pixels)
                pt (points)

Mozilla Recommended Values

Usage Examples

Notes

Specification Conformance

Browser Compatibility

  • Internet Explorer
  • Netscape Navigator
  • Opera
  • Firefox
  • Safari

See Also