我想给背景图像加水印并用水印图像打印数据。我在div中有水印,但没有打印预览。当我从浏览器使用打印对话框时,水印图像将不会显示。我使用了bootstrap 3框架。 我的代码如下。
for (node in nodes) node.href = newLink;
这是CSS:
<div class="id-container"></div>
答案 0 :(得分:0)
最后添加!important
为我解决了这个问题。
.id-container{
background: url('public/images/boat_trans.jpg') no-repeat center !important;
}