为达到最佳的视觉及浏览效果,请您使用Firefox或Opera来浏览本站!
IE/PC对CSS的解释总是未完全符合标准,解决方法可以是写两个CSS文件,然后加入以下代码调用:
<!--[if IE] > < link rel="stylesheet" href=" IE.css" media="screen" /> <![endif]-- >
另外我们还要考虑IE5.X的问题, 现在不用担心,教你一个技巧,专为IE5引入CSS:
/* IE5 */ @media tty { i{content:\"\";/*\" \"*/}}; @import 'ie5.css'; {;}/*";} }/* */
或者:
/* IE 5.5 */ @media tty { i{content:"";/*" "*/}}@m; @import 'ie55.css'; /*";} }/* */