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.
我想要一个 100% 宽度的标题,在某些情况下有一个水平滚动条,这会导致 div 覆盖可见区域而不是整个父元素。
.cont { width: 100%; }
http://jsfiddle.net/BhRdV/1/
在某些情况下,即使您没有将宽度设置为 DIV,它仍然会缩放 100%。
另外,请清楚你的问题。
<div style="width:1200px;"> <div style="width:100%;">Tadda</div> <div>Tadda 2</div> </div>