在 google chrome 中打印时,表格的正文向右移动
当我尝试在 google chrome (v 14) 中打印带有表格的页面时,遇到一个奇怪的问题。 打印时(通过 js 函数甚至使用 cmd-P),它将元素向右移动两个单元格,在每行之前留下一个空格,但 和 保持在相同的位置。 此更改甚至会影响打印页面。 然后,每次尝试打印时,都会向右移动两个单元格。这么久了...
在 Firefox 和 IE 中这不会发生! 有什么想法吗? 谢谢!
I have a strange issue when I try to print a page with a table in google chrome (v 14).
When printing (by js function or even with cmd-P) it shifts the element two cells right, leaving a white space before each row, but and remains in the same position.
This change affects even the printed page.
Then each time you try to print, the is shifted two more cells right. and so long...
In firefox and IE this doesn't happen!
Any idea?
thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的!我找到了!
有一个“浮动:左;”在tbody的第一个td的班级里!
(这是一个多开发人员编写的样式表!:S)
删除它,打印功能可以“正常”工作! :)
无论如何,谢谢你,对自动回复表示抱歉!
Ok! I've found it!
there was a "float: left;" in the class of the first td of the tbody!
(it is a multi-developer-written stylesheet! :S )
Removing that, the print function works "normally"! :)
thanks anyway and sorry for the auto-response!