当前位置: 首页 > 网络学院 > 网页制作基础教程 > CSS > CSS page-break-inside属性

CSS
CSS2 Aural
CSS 单位
CSS 颜色
CSS 颜色值
CSS 颜色名称
CSS 编码与组织技巧
CSS 模块化设计思路
CSS完美兼容IE6/IE7/FF的通用方法
CSS @ Ten: 下一个重要的东西

CSS page-break-inside属性


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-04   浏览: 361 ::
收藏到网摘: n/a

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

page-break-inside: avoid
}

可用值

评论 (0) All

登陆 | 还没注册?

描述
auto Insert a page break inside the element if necessary
假如需要在对象容器中插入页分割符