浏览器打印预览没有我的网站徽标
在我的网站上。如果我进行打印预览(例如使用 IE9),为什么打印预览中没有我的网站徽标?
如果这个问题已经问过,请不要攻击(我没有找到任何)
谢谢您的回复
On my website. If I do a print preview (with IE9 for example) How does it come that I don't have my site logo in the print preview?
Please do not attack if this question already asked (i didn't find any)
Thanks for reply
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
默认情况下,大多数浏览器不会打印背景颜色和图像,因为这通常会浪费墨水(例如,在黑色背景上打印白色文本)。
如果您的徽标在语义上很重要,请使用
标签。
Most browsers don't print background colors and images by default because it's typically a waste of ink (e.g. printing white text on a black background).
If your logo is semantically significant, use an
<img>
tag.