I am having a cross browser problem with IE 7 and I have decided to go for a different style sheet for it. Could you please advise 开发者_如何学Pythonme what is the best way to call IE7 when used? And keep of course the other one for all the other browser. Many thanks Francesco
<!--[if IE 7]>
<link href="/ie.css" rel="stylesheet" type="text/css" />
<![endif]-->
Conditional Comments
精彩评论