【发布时间】:2014-12-17 21:20:30
【问题描述】:
我想将我的单选标签与旁边的图片对齐。
图片宽度=“260”高度=“88”,标签包含在表格中
我试过了,但没有影响:
form input[type="radio"]{
vertical-align: middle;
margin-right: 10px;
}
这是表格:
<table border="0" cellpadding="0" align="center">
<tr>
<td height="90">
<input type="radio" value="">
<img src="/images.gif" width="260" height="88" />
</td>
</tr>
</table>
【问题讨论】:
标签: css image html-table