摘要: 代码解析 *border-top-style:expression(this.previousSibling==null?’none’:"solid’); 只有IE6和IE7能识别此行代码,第一个值’none’就是first-child的值,第二个值’solid’则是其他元素的值。 last-chi 阅读全文
posted @ 2017-12-28 17:22 你怕黑暗么 阅读(449) 评论(0) 推荐(0)