Nivo 滑块无法打印 - 如何打印我的 nivo 滑块图像?
我无法打印 nivo 滑块(默认主题): http://nivo.dev7studios.com/theme-demos/
我不知道为什么我花了几天时间试图找到解决方案。
我尝试了
#slider {
visibility: visible;
width: 950px;
height: 350px;
overflow: visible;
display: block;
position: relative;
z-index: 50;
}
print.css 之类的东西。没有任何作用,
如果有人能看看它,我会很高兴。
I can't print the nivo slider (default-theme):
http://nivo.dev7studios.com/theme-demos/
I don't know why and I'm trying to get a solution for a few days now.
I tried stuff like
#slider {
visibility: visible;
width: 950px;
height: 350px;
overflow: visible;
display: block;
position: relative;
z-index: 50;
}
in a print.css. Nothing works
I would be very happy if someone could have a look at it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要打印图像:
请参阅演示 http://jsfiddle.net/rathoreahsan/JDvHm/
或阅读全文文章:http://www.boutell.com/newfaq/creating/printpart.html
for printing images:
see the Demo http://jsfiddle.net/rathoreahsan/JDvHm/
OR read full article: http://www.boutell.com/newfaq/creating/printpart.html