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: 160px; max-width: 220px; _width: 160px;
IE、6、7、または8のバージョンであることは知っていますが、どのバージョンかわかりません...
MSIE 5+ はアンダースコアがないかのようにタグを処理しますが、他のブラウザーはそのタグを完全に無視します。
http://wellstyled.com/css-underscore-hack.htmlを参照してください。
これはIE6の匂いがします。私が覚えている限りでは、IE7 は最小幅と最大幅のサポートを追加しました。
もちろん、このソリューションは IE5+6 では静的になり、他のブラウザーでは動的になります。