我的 CSS 有什么问题吗?
为什么我使用放大时Chrome 浏览器,然后四处移动,我的黑色标题(带有登录和注册)被切断?
How come when I zoom-in using Chrome browser, and then move around, my black header (with the login and signup) gets cut off?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它不是被切断的黑色标题,而是调整大小时主 div(带有 doc_leftcol 和 doc_rightcol)的大小相同(您指定的 960px)。但是你的标题&页脚的宽度为 100%,因此它会随着正文调整大小。
如果您希望主 div 具有固定宽度,我建议您也为 body 指定固定宽度(或包含所有页面的 div)
It's not the black header that cut off, but it's the main div (with doc_leftcol and doc_rightcol) is the same size(you specified 960px) when resizing. But your header & footer is 100% width, so it's resized along with the body.
If you intend that your main div has fixed width, I recommend that you specified the fixed width for body too (or a div which contains all your page)