【发布时间】:2012-03-11 22:21:44
【问题描述】:
可能重复:
How to align checkboxes and their labels consistently cross-browsers
我有这个代码:
<div id="form-footer">
<ul>
<li>
<label for="test">Label text</label>
<input type="checkbox" name="" value="" id="test" />
</li>
</ul>
</div>
如何对齐标签和复选框?目前我看到复选框相对于标签在顶部对齐,我想在中间看到它。
【问题讨论】:
标签: css