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.
我有一个与 Stackoverflow.com 网站类似的问题。问题是在网站内容或正文上方的横幅宽度。我希望能够减小浏览器页面的宽度,但无论浏览器运行什么分辨率都保持横幅的大小。
例如,如果您减小此页面的宽度,您会看到会出现一个滚动条,因此您可以将页面向右移动并查看内容隐藏。但是,如果您查看横幅,横幅将具有缩小页面的新宽度。
如果我理解正确,您可以在正文中定义最小宽度。像这样写:
body{ min-width:975px; }
这主要发生在元素具有自动宽度且他的父级没有任何width定义的情况下。
width