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 时,主要内容 div 都会向右移动。这个问题只存在于 Firefox 中,不存在于 Internet Explorer、Opera 或 chrome 中。有人可以帮我解决这个问题吗?
编辑2:
我不希望 div 在 Firefox 中取代。抱歉第一个问题,我很着急,但现在应该清楚了:)
如果你给 float:left; 到 .wrapper 元素和 ul.menu 一切都会好的 :)
您遇到的问题不在于班级,#content而在于班级wrapper。如果您overflow:hidden从课程中删除规则,问题就会消失。看起来包装类也与您的按钮栏相关联。
#content
wrapper
overflow:hidden
我建议从包含所有页面内容的 div 中删除包装器,而是使用只有width="100%".
width="100%"