开发者

How many external Conditional stylesheet do you use for Internet Explorer in your web projects?

How many external IE Conditional Style-sheets do you use for Internet Explorer in your web projects?

See this page before to answer : http://css-tricks.com/how-to-create-an-ie-only开发者_开发问答-stylesheet/


I usually have one for IE6, and one for IE7. I haven't had the need for an IE8 specific stylesheet, and having a separate stylesheet for all versions of IE isn't really practical.


<!--[if IE]>
 global css for all IE's
<![endif]-->

<!--[if IE 7]>
 css for specific version
<![endif]-->

yes you have two files but it's ok for me =) usually you just test global one, does this works nice in both versions, if not, then just put it in specific version css =)

btw with this script http://code.google.com/p/ie7-js/ I usually have no issues in ie7

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜