到目前为止我所拥有的:
<style>
.wrapper {
width:980px;
border:1px solid red;
}
.element {
width:10000px;
overflow:visible;
margin-left:-2000px;
height: 20px;
margin-top:100px;
margin-bottom:100px;
border: 1px dotted green;
}
</style>
<div class="wrapper">
<div class="element">
</div>
</div>
我想删除水平滚动条(.element 的宽度必须与浏览器的窗口宽度相同)但包装元素仍然必须只有 980px 宽