1.try and figure out what is sensible for you to support. Are your web site visitors likely to be using IE6? Probably not.

2. <link href="everything.css" rel="stylesheet"> <!--[if IE]><link href="stupidie.css" rel="stylesheet"><![endif]-->

  • eg. <!--[if IE gt 6]>… for IE versions greater than 6
  • eg. <!--[if IE gte 8]>… for IE versions greater than or equal to than 8
  • eg. <!--[if IE lt 7]>… for IE versions less than 7
  • eg. <!--[if IE lte 7]>… for IE versions less than or equal to 7

最新文章

  1. DataTable转List&lt;dynamic&gt;
  2. WebService如何根据对方提供的xml生成对象
  3. 开启xp_cmdshell
  4. 正则表达式 (C++)
  5. POJ 1986 DIstance Query LCA水题
  6. flask页面中Head标签内容为空问题
  7. Careercup - Google面试题 - 4716965625069568
  8. 解决32位plsql客户端连接不64位Oracle11g上数据库
  9. res/raw和assets的 区别
  10. Linux 命令 - crontab: 任务调度
  11. C++引用之声明方法
  12. Linux学习笔记18——信号1
  13. Qt使用MinGW编译,如何忽略警告
  14. JIRA搭建
  15. C#中获取不同的日期时间格式
  16. 树莓派小车By 树莓派爱好者ITJoker(通过C socket通信实现树莓派视频小车)(二)
  17. 使用Flask-SQLAlchemy管理数据库
  18. Oracle中计算两个日期时间的差
  19. oracle密码过期的修改
  20. 1. Spring基于xml加载和读取properties文件配置

热门文章

  1. java集合——进度1
  2. jquery点击其他地方隐藏div层的实现程序
  3. PHPCMS 核心代码与 www 分离部署
  4. E8.NET工作流平台如何与其他软件系统集成?
  5. c# 获取MP3和AMR文件格式的时长
  6. mvc3.0中[ValidateInput(false)]失效的问题
  7. vs2012+cmake+opencv+opencv unable to find a build program corresponding to &quot;Visual Studio 12 Win64&quot;. CMAKE_MAKE_PROGRAM is not set
  8. apache的 .htaccess文件的常用配置
  9. Joda-Time
  10. Good vs Evil