码迷,mamicode.com
首页 > Web开发 > 详细

css整理

时间:2015-05-12 15:05:53      阅读:118      评论:0      收藏:0      [点我收藏+]

标签:

font-size:12px;
line-height:22px;
font-family:Arial,Helvetica,sans-serif;

/*优化*/
font:12px/22px Arial,Helvetica,sans-serif;


background-color:#eee;
background-image:url(background.gif);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:0 0;
background-size:50px 50px;
/*优化  background-size*/
background:#f00 url(background.gif) no-repeat fixed 0 0/50px 50px;


/*针对低版本浏览器none无效*/
border:none;border:0\9;  

/*激活虚线问题*/
a:active,a:focus{outline:none;  star:expression(this.onFocus=this.blur());}


css整理

标签:

原文地址:http://www.cnblogs.com/surfaces/p/4497032.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!