可能性の重複:
How to get a background image to print using css?画像の背景でdivを印刷する方法は?
私はbrowsers..but瞬間にそれを表示したときに、それが正常に動作し、画像の背景
<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>
を持つdiv要素を持っていますdivでページを印刷すると背景画像が印刷されません...しかし、テキストと画像は
どうすればこの問題を修正できますか?
あなたは 'print'を追加する必要があります。css:http://stackoverflow.com/questions/596876/how-can-i-print-background-images-in-ff-or-ie – MarcinJuraszek
あなたはまた、 [あなた自身の研究](http://stackoverflow.com/search?q=print+background+image)まず。 – Quentin