通过这段html可以让你对特定的ie版本添加内容,只在特定版本ie展现,可以是javascript、css、html。
1 | <!--[if IE]> |
1 | <!--[if IE 6]> |
1 | <!--[if lt IE 6]> |
1 | <!--[if lte IE 6]> |
1 | <!--[if lte IE 8]> |
1 | <!--[if gt IE 5]> |
1 | <!--[if gte IE 5]> |
代码说明:
- gt:greater than (版本号大于)
- lt:less than (版本号小于)
- gte:greater than or equal to (版本号大于等于)
- lte:less than or equal to (版本号小于等于)
嘻嘻。看看你的浏览器需要升级不!**查询浏览器是否需要升级**
下载谷歌浏览器chrome:http://www.google.com/chrome/
Relay Tips: 一极乐( https://yijile.com/log/110/ )