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.
当用户调整窗口大小小于指定宽度时,我想显示窗口滚动条。为此,我使用了最小宽度,但这不适用于 IE6。有什么办法可以使用 javascript 或 jquery 做到这一点
试试这个,如果它可以解决问题只需替换css中的高度和宽度
div.scroll { background-color:#00FFFF; width:100px; height:100px; overflow:scroll; }