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 来说是静态的,对于其他浏览器来说是动态的。