WEB/Html
[Html] checkbox와 label 크로스브라우징
Ezcode
2012. 1. 18. 11:40
익스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>