How to do window.open with no scrollbars in Google Chrome(如何在 Google Chrome 中不带滚动条的 window.open)
问题描述
以下代码在 Firefox、IE 和 Opera 中打开 没有滚动条的新窗口.
The following code opens the new window without scrollbars in Firefox, IE and Opera.
在 Google Chrome 中,新窗口仍然有滚动条.有什么想法让它发挥作用吗?
In Google Chrome the new window still has the scrollbars. Any ideas to make it work?
推荐答案
这个样式应该可以解决问题,将其添加到打开的窗口文档中:
This style should do the trick, add it to the opened window document:
这篇关于如何在 Google Chrome 中不带滚动条的 window.open的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!