HTML and CSS Reference
In-Depth Information
Compatibility
CSS 2, 3
IE 7+
Netscape 6+, Firefox 1+
Opera 7+, Safari 1+
Note
• In Internet Explorer 6 and other nonconforming older browsers, JavaScript or
various CSS tricks were often employed to emulate this property.
orphans
This property defines the minimum number of lines of a paragraph that must be left at the
bottom of a page.
Syntax
orphans: integer | inherit
Examples
#hateorphans {orphans: 5;}
.orphaned {orphans: 1;}
Compatibility
CSS 2, 3
IE 8+
Netscape 6+, Firefox 1+
Opera 7+, Safari 1+
Notes
• This property is really only meaningful in a paged environment such as print
output.
• The default value should be 2 if unspecified.
• Negative values may not be used.
outline
This property is a shorthand form that sets all outline properties at once.
Syntax
outline: outline-color outline-style outline-width;
The allowed values are similar to border . The meaning of each is detailed in each individual
property that follows. While outlines are similar to borders, their individual sides cannot be
set. No matter how outline properties are set they apply to the whole outline and not
individual sides.
Search WWH ::




Custom Search