MSIE最小宽度6 [英] Min-width in MSIE 6

查看:76
本文介绍了MSIE最小宽度6的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在Internet Explorer 6中模仿CSS属性最小宽度的定义方式是什么?最好不要尝试?

What is the definitive way to mimic the CSS property min-width in Internet Explorer 6? Is it better not to try?

推荐答案

foo { min-width: 100px }      // for everyone
* html foo { width: 100px }   // just for IE


b $ b

(或使用条件评论向IE提供单独的样式表)

(or serve a separate stylesheet to IE using conditional comments)

这篇关于MSIE最小宽度6的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆