如何垂直居中對齊文本?如何將文本對齊到標籤文本的中心?
來源:
要:
<<p>
<label></label>
<input type="checkbox" id="checkbox" name="checkbox" class="regular-checkbox big-checkbox" value="Yes" checked="checked">
<label for="checkbox" style="margin-right:10px;"></label>Subscribe me to your mailing list for upcoming events, hot offers and deals
</p>
http://jsfiddle.net/JoshSalway/E5CxM/
我更喜歡這個答案,因爲它更具體,然後只是標籤。我只想要複選框的標籤被更改。 – Josh