【问题标题】:Is there a solution for page-break-inside not working on safari print?有没有解决 safari print 的 page-break-inside 问题?
【发布时间】:2013-06-03 09:16:59
【问题描述】:

很长一段时间以来,我一直在寻找 Safari 上的 page-break-inside 问题的解决方案(这里在 V5 上进行测试)。我已经阅读了十几页关于它是否有效的争论。不过,对我来说它不起作用。我的元素(我试图在打印时防止损坏)带有以下 css 样式:

position: absolute;
opacity: 1;
float: left;
display: block;

会不会跟 position:absolute; 有关系?

You can see the Page here.

【问题讨论】:

    标签: css printing safari webkit


    【解决方案1】:

    http://www.w3schools.com/cssref/pr_print_pagebi.asp

    “你不能在绝对定位的元素上使用这个属性。”

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-07-11
      • 2013-12-30
      • 1970-01-01
      • 2011-10-23
      • 1970-01-01
      • 2011-08-31
      • 1970-01-01
      • 2011-12-04
      相关资源
      最近更新 更多