以前写过《IE8的css hack》 , ie9一出css hack也该更新 , 以前一直没关注 , 今天在内部参考群mxclion分享了IE9的css hack , 拿出来也分享一下:
复制代码代码如下:
select {
background-color:red; /* ie 8/9*/
background-color:blue9; /* ie 9*/
*background-color:#dddd00; /* ie 7*/
_background-color:#CDCDCD; /* ie 6*/
}
注意写hack的顺序 , 其中:
复制代码代码如下:
background-color:red;IE8和IE9都支持;
background-color:blue9; 仅IE9支持;
===============华丽的分割线===============
今天在看到另一种hack:
复制代码代码如下:
#element {
color:orange;
}
#element {
*color: white; /* IE6 7, doesn’t work in IE8/9 as IE7 */
}
#element {
_color: red; /* IE6 */
}
#element {
color: green/IE8 9; /* IE8 9 */
}
:root #element { color:pink /IE9; } /* IE9 */
推荐阅读
- 大A“安全保密”功能的使用
- 西游记是罗贯中写的吗
- 使用迅捷PDF编辑器在PDF文件中插入TXT文本的方法
- 撒贝宁的中考成绩是多少
- 关于滑盖开关和滑道的完美维修办法
- 商业银行的业务范围有哪些
- Win8.1桌面ie图标在哪里 让Win8.1系统桌面显示IE图标的方法图解
- 微信电脑版修改截屏快捷键的方法
- 华为se55智慧屏怎么样
- 西凤酒的历史由来