Value
the default inter-word space.
Negative length values are legal.
Example
This style rule adds half an em square of
spacing between words in paragraph
elements:
p {
word-spacing: 0.5em;
}
A length value specifies extra space to be inserted between words in addition to
Typographical Properties
The Ultimate CSS Reference 328
A value of normal means no extra space will appear between words.
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
Buggy Full Full Full Buggy Buggy Buggy Full Full None
Internet Explorer for Windows versions up to and including 7 don??™t support the
value inherit.
In Firefox versions up to and including 2, and in Opera versions up to and including
9.2, the whitespace between inline child elements has a minimum width of zero.
line-height
line-height: { length | number | percentage | normal
| inherit } ;
SPEC
version initial inherited
CSS1, 2 normal YES
BROWSER SUPPORT
Op9.2+ Saf1.3+ FF1.5+ IE5.5+
FULL FULL FULL BUGGY
This property sets the line height,
providing an indirect means to specify
the leading or half-leading.
Pages:
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487