css정리background-size 최적화

668 단어 background
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;

background:#f00 url(background.gif) no-repeat fixed 0 0/cover; Anstro 저버전은 호환되지 않음
/*        none  */ border:none;border:0\9; /*      */ a:active,a:focus{outline:none; star:expression(this.onFocus=this.blur());}

좋은 웹페이지 즐겨찾기