下面的这个 div 导致页面在小于 1450px 的浏览器上水平滚动。我认为溢出会解决这个问题,但似乎没有......可能是我需要在父 div 上做的事情。有任何想法吗?
http://barr-display.mybigcommerce.com/
#Header {
position: relative;
clear: both;
width: 1450px;
min-height: 190px;
overflow: hidden;
background: url('/content/headerbg3.jpg') repeat-x;
}