但楼主说要用css实现,其实也可以,方法代码如下:
<style type="text/css">
.areaclass{width:200pxheight:75pxline-height:15px}
</style>
<textarea class="areaclass">
内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容
</textarea>
如果内容超过了五行的话,就会显示下拉滚动条!
<table><tr><td colspan='3'>这个单元格横跨3列</td>
<tr><td rowspan='2'>这个单元格纵跨两行</td>
</table>