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.
如果您调整它的大小,我想防止我的 div 浮出浏览器窗口。查看这个站点,然后调整窗口大小,您会看到 div 浮出。见这里。怎么了?我试图在没有运气的情况下将 div 设置在包装器中。谢谢 :)
这个页面有很多问题,但这里有一些你应该做的事情(一些与修复 div 问题无关)
你需要的css(虽然你可能会告诉我你在应用这个之后想要更多的东西)是:
.content { clear: both; margin: 0 auto; overflow: auto; top: 100px; width: 1000px; }