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.
我建立了一个网站,我使用了 min-width css
.body{ overflow:auto; min-width:1600px; }
但是当它以较小的分辨率加载时,它不会出现水平滚动条,我应该怎么做才能使水平滚动条出现?
您不需要声明overflow是否要显示滚动条,因为这是默认行为
overflow
演示http://jsfiddle.net/kevinPHPkevin/kav7G/5/
您确实需要设置 aheight否则它将不起作用
height