文章分类 -  css

摘要:CSS兼容IE6,IE7,FIREFOX第一种,是CSS HACK的方法height:20px; /*For Firefox*/*height:25px; /*For IE7 & IE6*/_height:20px; /*For IE6*/注意顺序。这样也属于CSS HACK,不过没有上面这样简洁。... 阅读全文
posted @ 2015-03-11 12:46 清幽紫竹 阅读(399) 评论(0) 推荐(0)