1. IE浏览器
前缀:-ms-
{-ms-transform:none;}
ie不同版本的hack 参考网址:http://www.webhj.com/hj-650.html
.box{
color:#333; /* 所有浏览器 */
color:#333\9; /* ie6,7,8,9,10 */
color:#333\0; /* ie8,9,10 */
color:#333\9\0; /* ie9,10 ,查的资料都说只有9,10识别,但为什么我的8也可以识别*/
}
2. Safari 浏览器
前缀:-webkit-
{-webkit-transform:scale(1.02);}
hack: [;;]
.navbar form input{height:30px;line-height:30px;[;line-height:1;];}
/*此hack,ie7也可以识别,ie8,9,10,未识别*/
3. 谷歌浏览器
前缀:-webkit-
4. 火狐浏览器
前缀:-moz-
5. 欧朋浏览器
前缀:-o-