input type 중에 checkbox , radio 에 이미지넣기
.chk {width:20px; height:20px; background:url(이미지URL) no-repeat; background-size:20px 20px; border: 0;float: left;margin-left: 10px;margin-top: 5px;}
.chk:checked {width:20px; height:20px; background:url(이미지URL) no-repeat; background-size:20px 20px; }
'저장용 > css' 카테고리의 다른 글
[css] 액셀 출력시 column type TEXT 로 설정. (0) | 2016.11.21 |
---|---|
[css] input box 초기화하기 (0) | 2014.10.30 |