@ 2009年03月03日
不同浏览器装载 Javascript 的 IE hack
看到 PNP广州 群里的 arlex 提到的,挺经典,就记下来:
<!--[if !IE]><!--> 除IE外都可识别 <!--<![endif]-->
<!--[if IE]> 所有的IE可识别 <![endif]-->
<!--[if IE 5.0]> 只有IE5.0可以识别 <![endif]-->
...
专注于Web应用程序开发
看到 PNP广州 群里的 arlex 提到的,挺经典,就记下来:
<!--[if !IE]><!--> 除IE外都可识别 <!--<![endif]-->
<!--[if IE]> 所有的IE可识别 <![endif]-->
<!--[if IE 5.0]> 只有IE5.0可以识别 <![endif]-->
...
© 2011 Bun Wong
本博客基于 Bun PHP Framework 构建 • 粤ICP备07036370号