摘要: 链接的虚线框问题/* * a, img, input等标签点击时会带有虚线框 * 去除它*/.noDashedBox { outline:0; blur:expression(this.onFocus=this.blur());}固定定位/* css */.fixedTop { ... 阅读全文
posted @ 2014-06-10 17:54 farawayfromhome 阅读(433) 评论(0) 推荐(0) 编辑