html:
<table>
<tr>
<td>
<div style="position: absolute; bottom:0px; ">Other <input type="text" name="otherlocation"></div>
</td>
<td>
<div>Other <input type="textarea" name="locationdescription"></div>
</td>
</tr>
</table>
文本区域的高度:240px 和宽度:240px。现在<td>
's 的高度增加到 textarea 的高度,但我需要将文本输入框对齐在<td>
.
上述风格不起作用。