CSS Sprite 기법

http://www.spritecow.com/



css background 속성


background-color: #fff;

background-image: url(bg.png);

background-repeat: no-repeat;

background-attachment: fixed;

background-position: 50px 50px;


위 속성들을 아래와 같이 한줄로 작성 (속기법)

background: #fff url(bg.png) no-repeat fixed 50px 50px;



반응형
Posted by 힘없는염소