엔디프의 웹표준 커버스토리
라디오버튼 디자인방법 본문
input[type="radio"] {display:none}
/* 디폴트 상태 */
input[type="radio"] + label {display:inline-block; background:url(../../) }
/* 온상태일때 */
input[type="radio"]:checked + label
onclick="window.open('')"
'CSS연구소' 카테고리의 다른 글
SASS를 알아봅시다. (1) | 2016.01.21 |
---|---|
블록요소와 인라인요소 (0) | 2016.01.21 |
REM 과 EM 의 차이점에 대해서 알아봅시다 (1) | 2015.01.11 |
placeholder 기능에 대한 고찰 (0) | 2014.08.12 |
이미지스프라이트기법으로 코딩해보기 (1) | 2014.08.01 |
Comments