If white-space
is pre or pre-line, the alignment is set to the initial value.
left This value makes the text left justified.
right This value makes the text right justified.
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 Buggy Buggy Buggy
Internet Explorer for Windows versions up to and including 7 incorrectly align
block-level boxes according to the text-align property, although it should only
affect inline boxes. The value justify behaves like center for table caption boxes.
Internet Explorer for Windows versions up to and including 7 don??™t support the
value inherit.
Typographical Properties
The Ultimate CSS Reference 332
text-decoration
text-decoration: { { blink | line-through | overline
| underline } ??¦ | none | inherit } ;
This property specifies the decorations
that will be applied to the text content
of an element. These decorations are
rendered in the color specified by the
element??™s color property.
Pages:
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492