w3pop.com :: 网络学院 :: CSS :: CSS page-break-inside属性
The page-break-inside property sets the page-breaking behavior inside an element.
page-break-inside属性可设置元素容器中出现的页分割符
Note: You can not use this property on absolutely positioned elements.
注意:不能在绝对定位元素上使用这个属性
Note: Use the page-breaking properties as few times as possible and avoid page-breaking properties inside tables, floating elements, and block elements with borders.
注意:尽可能少用page-breaking属性,在表格, 浮动元素, 以及带边框的块级元素上则避免使用。
Inherited: No
继承性:无
|
p |
| 值 | 描述 |
|---|---|
| auto | Insert a page break inside the element if necessary 假如需要在对象容器中插入页分割符 |