|
<!--[if lte IE 6]><STYLE type=text/css media=screen>@import url( ie6.css );</STYLE><![endif]--><!--[if gte IE 7]><style type="text/css" media="screen">/* <![CDATA[ */ @import url(ie7.css); /* ]]> */</style><![endif]-->import the part which Different from IE6 and IE7 by a css file.
把那些IE6和IE7不兼容版本的样式表写在一根css文件里 如 ie6.css VS ie7.css |
|