Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的网站是为 firefox 设计的,现在我已经拥有了我想要的大部分内容,如果没有别的,我正在尝试让标准功能在其他浏览器上运行。
我目前遇到的一个更奇怪的错误(仅在 Opera 12.0 中)是我的页面右侧是一个很大的空白区域。有谁知道 Opera 中的哪些功能可能导致此问题?
注意:如果有帮助,我添加了边框,这实际上在 Firefox(可能还有其他浏览器)中重复了这个问题。
position:relative; left:300px;您必须通过给它一个宽度来修复带有样式的 div 。
position:relative; left:300px;