【发布时间】:2017-03-22 09:45:16
【问题描述】:
我希望我的textarea使用所有height 空间和css 配置,但我不能。你能帮我么?谢谢。
<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
td{
border: solid black 1px;
}
textarea{
height: 100%;
}
</style>
</head>
<body>
<table>
<tr>
<td>
<textarea class="textarea1"></textarea>
</td>
<td>
a<br/>
a<br/>
a<br/>
a<br/>
a<br/>
</td>
</tr>
</table>
</body>
</html>
【问题讨论】:
标签: javascript html css height