Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 오류
- array
- 암호화
- 태그
- controller
- spring
- POI
- jsp
- was
- select
- eGovFramework
- 함수
- 개념
- JVM
- json
- jQuery
- Java
- TO_DATE
- html
- Ajax
- 정의
- 과정평가형
- mybatis
- input
- sql
- eGov
- CSS
- web.xml
- Oracle
- javascript
Archives
- Today
- Total
web developer
[css] 스프라이트 이미지 본문
728x90
728x90
#header .header_inner .shortcut_list .service_icon::before {
content: "";
display: block;
position: absolute;
top: -2px;
left: -3px;
background-image: url(https://pm.pstatic.net/resources/asset/sp_main.2b96eea2.png);
background-size: 434px 414px;
background-position: 0px -128px;
background-repeat: no-repeat;
width: 54px;
height: 54px
}
#header .header_inner .pay_area .link_pay::after {
content: "";
display: block;
background-image: url(https://pm.pstatic.net/resources/asset/sp_main.2b96eea2.png);
background-size: 434px 414px;
background-position: -295px -177px;
background-repeat: no-repeat;
width: 32px;
height: 32px;
position: relative
}
참조 : http://www.spritecow.com/ [ 만들어진 sprite 이미지의 각 영역을 자동으로 css 코드로 만들어주는 사이트 ]
참조 : https://www.toptal.com/developers/css/sprite-generator [ 각각의 이미지를 합쳐 주는 사이트 ]
728x90
728x90
'CSS' 카테고리의 다른 글
[css] 툴팁(tooltip) 생성하기 / hover, data-tooltip (0) | 2024.01.26 |
---|---|
[css] 체크박스와 CSS로 만드는 FAQ 리스트 (0) | 2022.03.24 |
[css] font-weight (글씨 굵기) 속성 (0) | 2022.03.23 |