【发布时间】:2014-01-27 21:58:05
【问题描述】:
我有一个类似的结构
<div>
<label>
Name</label>
<div style="text-align: right;">
<input type="checkbox" value="1" name="chbName" class="checkbox" id="chbName"
runat="server" checked="checked" /></div>
</div>
和类似这些类似的元素在 asp TableCell 中,由于某种原因,名称和复选框没有水平排列。 它就像包含复选框的 div 在 UI 中下降了一步。 这仅在 chrome 和 Mozilla 中发生。
【问题讨论】: