二、CSS HACK的方法首先需要知道的是:所有浏览器 通用 height:100px; IE6 专用 _height: 100px; IE7 专用 *+height: 100px; IE6、IE7 共用 *height:100px; IE7、FF 共用 height: 100px!important;
hack兼容浏览器
原文:http://www.cnblogs.com/caiyuntao/p/5043692.html