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.
如何阻止引导元素使用浏览器调整大小?
那么当我改变浏览器的宽度时,容器和导航栏的宽度保持不变?
我google了很多,但我找不到答案...
如果您正在谈论使用 bootstrap 并使用from 调整大小div的类停止 a container,请确保您没有使用bootstrap-responsive.css. 这应该可以解决这个问题。
div
container
bootstrap-responsive.css
如果您一般谈论 html 元素,则需要向每个元素添加height和widthcss。
height
width
您应该禁用 Bootstrap 的响应功能。
http://getbootstrap.com/getting-started/#disable-responsive