搞前端的都懂,CSS Hack真的能让页面在IE上活下来
#浏览器兼容那些事#
.csshack {
color: red; /* 所有浏览器 */
*color: blue; /* IE6/7 */
_color: green; /* IE6 */
} #浏览器兼容那些事#
登录/注册