使用花式盒2.1.5。
当我想从精美的盒子中打印内容时,这仅限于html / body身高。尝试溢出可见。但它绝对是高度问题。当我将html / body @print的高度设置为9999px然后显示所有内容但当然有大量空白页要打印。
如何重置高度(将花式框设置高度设置为窗口的100%)与打印时的花式内容高度相同?
这个matteR的任何解决方案? 谢谢你的时间
<div id="fancy-content">here is the long text content</div>
调用要显示的花哨内容
<a href="#fancy-content" class="showContent">Fancy Content</a>
$(".showContent").fancybox( { 'padding': 40, 'showCloseButton': true });