可能重複:
How to get a background image to print using css?如何用圖片背景打印div?
我有了一個圖片背景股利
<html>
<head>
</head>
<body>
<div style='background:url(name.png);width:100px; height:100px;'></div>
<input type='button' onclick='window.print()'>//button that print
</body>
</html>
時,我認爲它,它工作正常browsers..but瞬間我用div打印頁面,它不打印背景圖片...但打印在
中聲明的文本和圖像我該如何解決這個問題?
你應該添加'print' css:http://stackoverflow.com/questions/596876/how-can-i-print-background-images-in-ff-or-ie – MarcinJuraszek 2012-02-22 07:14:34
你也應該這樣做首先,請您[自己的研究](http://stackoverflow.com/search?q=print+background+image)。 – Quentin 2012-02-22 07:15:08