orphans | NN 6 IE 5(Mac) CSS 2 |
Inherited: Yes | |
Sets the minimum number of lines of a paragraph that must be visible at the bottom of a page where a page break occurs. See the widows attribute for lines to be displayed at the top of a page after a page break. |
|
CSS Syntax | |
orphans: lineCount
|
|
Value | |
An integer of the number of lines. |
|
Initial Value | |
2 |
|
Applies To | |
Block-level elements. |
|
Object Model Reference | |
[window.]document.getElementById("elementID").style.orphans
|