IE6下用
style="page-break-before: always"
可以打印分页.
IE7下不行.这句css不起作用
需要加上这句css
<!--[if IE 7]><br style="height:0; line-height:0"><![endif]-->
全部的css
<div style="page-break-before: always;">
<!--[if IE 7]><br style="height:0; line-height:0"><![endif]-->
</div>
posted on 2011-05-19 15:30
Libo 阅读(350)
评论(0) 编辑 收藏 所属分类:
其他