This is one of the minor CSS problems that plagues me constantly. How do folks around Stack Overflow vertically align checkboxes and
checkboxes
Try my solution, I tried it in IE 6, FF2 and Chrome and it renders pixel by pixel in all the three browsers.
* { padding: 0px; margin: 0px; } #wb { width: 15px; height: 15px; float: left; } #somelabel { float: left; padding-left: 3px; }
Web Browser