摘要:
1. !important 区分IE7/8/9/FF与IE6 IE6不能识别“!important”语句,IE/7/8/9/FF优先使用2. _仅IE6识别3. * 区分IE6/7与IE8/9/FF IE/6/7能识别*语句,IE8/9/FF不能识别4. *+html{} 仅IE7识别5. 在<head></head>标签中加入<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>,IE8中显示会跟IE7一致 阅读全文
posted @ 2011-04-18 15:37 Selve 阅读(225) 评论(1) 推荐(0) 编辑