我面臨的問題對齊的複選框中的一些具體原因,表格單元格如何將複選框與表格單元格中的文本居中?
<table style="empty-cells:hide;" border="1" cellpadding="1" cellspacing="1">
<tr>
<td valign="top">
test 1 -
<input type="checkbox" name="query_myTextEditBox">
test 2 -
myTextEditBox
<select size ="3" name="myTextEditBox_compare_operator">
<option value="1">option 1</option>
<option value="2">option 2</option>
</select>
</td>
<td valign="top">
<input type="text" value="my text" name="myTextEditBox">
</td>
</tr>
,我不想&複選框分隔文本到2個細胞
我沒有看到這個帖子How to center a checkbox in a table cell?但它不爲我工作。
是你想這樣http://jsfiddle.net/gSaPb/還是怎麼樣? – KarSho