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; }