일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
Tags
- 애니메니션효과
- 아이프레임유튜브썸네일
- css효과
- 달콤한바느질
- 하단스크롤
- 아이프레임유튜브썸네일변경
- 앵커이동
- 연동하는방법
- css3 animate
- PC에서텍스트추출
- 하단fixed
- 서브라임git연동하는 방법
- sublimetextgit연동
- 서브라임git
- 스크롤하단
- 아이옷
- 이미지텍스트변환
- css애니메이션효과
- youtubethumbnail
- 서브라임+git
- 아기옷
- 텍스트추출
- 이미지텍스트추출
- 해시스크롤이동
- css3예제
- 하단특정위치
- youtubeiframethumbnail
- scroll이동
- sublime+git
- 특정위치고정
Archives
- Today
- Total
개인공간
[HTML] 쓰기유형 radio, checkbox 본문
반응형
ie7, ie8, ie9, ie10, 크롬, 사파리, 오페라, 파이어폭스
radio, checkbox를 fieldset으로 처리한 방법
/** table_base_style **/ .tbl_wrap{border-top:1px solid #999; border-bottom:1px solid #999;} .tbl {width:100%; border:0; border-spacing:0px; border-collapse:collapse;} .tbl input{border:1px solid #ccc;} .tbl caption, .tbl legend {height: 0; width: 0; font-size: 0; line-height: 0; margin: 0; padding: 0; text-indent:-9999px;} .tbl tr th{border-right:1px solid #e5e5e5; background:#f6f6f6; color:#222; font-weight:bold;} .tbl tr th, .tbl tr td{text-align:left; border-top:1px solid #e5e5e5;} .tbl tr th>span, .tbl tr td .td_cont {display:block; padding:11px 18px 12px;} .tbl tbody tr td .td_cont input[type="radio"]+label, .tbl tbody tr td .td_cont input[type="checkbox"]+label{margin:0 31px 0 5px;} /* input 2줄 이상일 경우 */ .tbl .inpBlock input{display:block; margin-top:3px;} .tbl .inpBlock input:first-child{margin-top:0;} /* form_design */ .tbl .dCheck{color:#fc3b33;} .tbl .checked{display:inline-block; *display:inline; margin-top:-2px; vertical-align:middle; color:#8a7a6c; line-height:16px; font-size:11px;} .tbl .checked .dCheck{display:block; font-size:11px; } .tbl .checked.block{display:block;} .tbl tbody tr th .es label, .tbl tbody tr th .es span{/*background:url(/front/img/com/bg_dotCircle_90606.png) no-repeat right 60%;*/} .tbl tbody tr th .es label:after, .tbl tbody tr th .es span:after{content:" *"; color:red;} .tbl tbody tr th .es strong {display:block; overflow:hidden; height:0; width:0; margin:0; padding:0;} /* board_view_table(row) */ .tbl_wrap colgroup+tbody tr:first-child th, .tbl_wrap colgroup+tbody tr:first-child td{border-top:none;}
반응형
'IT정보 > HTML_HTML5' 카테고리의 다른 글
[HTML] 탭유형 (0) | 2014.01.29 |
---|---|
[HTML] 버튼 TYPE (0) | 2014.01.29 |
[HTML] 쓰기유형 - 타이틀 TYPE (0) | 2014.01.29 |
[HTML] 쓰기유형 - 코멘드 TYPE (0) | 2014.01.28 |
[HTML] paging처리 (0) | 2014.01.28 |