用html制作表格时,怎样在单元格添加一个文本域,让它充满整个单元格??
无多余边框、无滚动条、充满整个单元格,就是可以直接在单元格输入文字。急死我了,就是编不出来!求高手赐教!...
无多余边框、无滚动条、充满整个单元格,就是可以直接在单元格输入文字。急死我了,就是编不出来!求高手赐教!
展开
展开全部
<html>
<head>
<style>
textarea{
border:none;
overflow:hidden;
height:100%;
width:100%;
}
</style>
</head>
<body>
<div>
<table
width="856"
height="314"
border=1
bordercolor=#000000>
<tr>
<td
width=100><textarea
wrap="off"></textarea></td>
</tr>
</table>
</div>
</body>
</html>
其实一楼是对的,只能怪楼主看不懂罢了,看看我改的代码吧。
<head>
<style>
textarea{
border:none;
overflow:hidden;
height:100%;
width:100%;
}
</style>
</head>
<body>
<div>
<table
width="856"
height="314"
border=1
bordercolor=#000000>
<tr>
<td
width=100><textarea
wrap="off"></textarea></td>
</tr>
</table>
</div>
</body>
</html>
其实一楼是对的,只能怪楼主看不懂罢了,看看我改的代码吧。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<html>
<head>
<style>
textarea{
border:none;
overflow:hidden;
height:100%;
width:100%;
}
</style>
</head>
<body>
<div>
<table
width="856"
height="314"
border=1
bordercolor=#000000>
<tr>
<td
width=100><textarea
wrap="off"></textarea></td>
</tr>
</table>
</div>
</body>
</html>
其实一楼是对的,只能怪楼主看不懂罢了,看看我改的
代码
吧。
<head>
<style>
textarea{
border:none;
overflow:hidden;
height:100%;
width:100%;
}
</style>
</head>
<body>
<div>
<table
width="856"
height="314"
border=1
bordercolor=#000000>
<tr>
<td
width=100><textarea
wrap="off"></textarea></td>
</tr>
</table>
</div>
</body>
</html>
其实一楼是对的,只能怪楼主看不懂罢了,看看我改的
代码
吧。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<table border=1>
<tr>
<td><input type="text" width=100% height=100%></td>
</tr>
</table>
有问题hi我,pur_e
<tr>
<td><input type="text" width=100% height=100%></td>
</tr>
</table>
有问题hi我,pur_e
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |