???
THE ESSENTIAL GUIDE TO CSS AND HTML WEB DESIGN
484
Property Values Description Inherited
max-width No
min-height No
min-width No
orphans number Yes
outline No
outline-color color | invert No
outline-style Sets the style of an outline. No
outline-width Sets the width of an outline. No
Continued
length | medium |
thick | thin
dashed | dotted |
double | groove |
inset | none |
outset | ridge |
solid
Sets the color of an outline. Defaults to
invert, which inverts the color of the
pixels onscreen, ensuring the outline is
visible.
Shorthand for defining outline properties
in a single declaration. Outlines are
rendered outside the border edge and do
not affect document flow. Example:
.highlight {
outline: 1px dotted #ff0000;
}
Not supported by Internet Explorer up to
and including version 7.
Defines the number of lines of a paragraph
that must be left at the bottom of a page
when printing. Defaults to 2. Defined
number must be an integer. Very poorly
supported.
Sets the minimum width of an element.
Does not apply to table elements.
none | length |
percentage
Sets the minimum height of an element.
Does not apply to table elements.
none | length |
percentage
Sets the maximum width of an element.
Does not apply to table elements.
See also the Chapter 7 exercise, ???Creating a
maximum-width layout.???
none | length |
percentage
CSS REFERENCE
485
D
Property Values Description Inherited
overflow No
padding No
padding-bottom length | percentage Sets the bottom padding of an element.
Pages:
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571