我的 CSS 中有这个:
ES{
max-width:20px;
word-wrap:break-word;
}
我的桌子看起来像这样......
<table border="1" cellpadding="2" class="ES" >
<tr>
<td><input name="rbeso" type="radio" id="rblimpet" value="limpet" title="Seafood" /><b>The Doctor Limpet</b> Fresh from the sea! Crab flakes, alfredo sauce and mozzarella cheese.</td>
</tr>
我希望单元格具有最大宽度,但似乎没有什么区别......