익스6의 마진적용기준이 다른관계로 크로스브라우징의 어려움이 있는 요소 checkbox
100%는 아니지만 속도가 생명인 이바닥에 ㅡ_ㅡ;;
메모해둔다.
<input type="checkbox" id="a" style="width:13px;height:13px;margin-right:4px;vertical-align:middle;">
<label for="a" style="position:relative;top:1px;">선택1</label>
<input type="checkbox" id="b" style="width:13px;height:13px;margin-right:4px;vertical-align:middle;">
<label for="b" style="position:relative;top:1px;">선택2</label>
'WEB > Html' 카테고리의 다른 글
[Html] background-image, background-repeat, background-position (0) | 2012.02.02 |
---|---|
[Html] div와 style로 글자 자르기 (1) | 2012.01.18 |
[Html] text-decotarion 의 종류 (0) | 2012.01.17 |
[Html] 익스6,7,8 이미지 1px 버그 (0) | 2012.01.13 |
[Html] 크롬(chorme)에서 textarea 사이즈조절 막기 (0) | 2011.04.15 |