HTML的Table问题。我在table中加入一个textarea,其宽度为100%,如何才能让其不把线给压住了?
<tableid='newTable'cellpadding='0'cellspacing='1'style='background-color:Black;'><tr>...
<table id='newTable' cellpadding='0' cellspacing='1' style='background-color:Black;'>
<tr>
<td style="width:100px; height:27px; clear:both; background-color:White">
<textarea style="width:100px; height:100%; border-style:none; border-width:0px; overflow-y:visible; font-size:21px;"></textarea>
</td>
<td style="width:100px; height:27px;background-color:White">
<textarea style="width:100px; height:100%; border-style:none; border-width:0px; overflow-y:visible; font-size:21px;"></textarea>
</td>
</tr>
</table>
100%不能变
上面的代码中,textarea 的 style 的width应当为:100%,而不是100px,拷贝错了==! 展开
<tr>
<td style="width:100px; height:27px; clear:both; background-color:White">
<textarea style="width:100px; height:100%; border-style:none; border-width:0px; overflow-y:visible; font-size:21px;"></textarea>
</td>
<td style="width:100px; height:27px;background-color:White">
<textarea style="width:100px; height:100%; border-style:none; border-width:0px; overflow-y:visible; font-size:21px;"></textarea>
</td>
</tr>
</table>
100%不能变
上面的代码中,textarea 的 style 的width应当为:100%,而不是100px,拷贝错了==! 展开
展开全部
<textarea style="width:100px; height:100%; border-style:none; border-width:0px; overflow-y:visible; font-size:21px;"></texta
楼住上面的width:100px; height:100%,格式不一样,应该是WIDTH:100PX HEIGHT:100PX,楼住主最好再加上属性线!!!
楼住上面的width:100px; height:100%,格式不一样,应该是WIDTH:100PX HEIGHT:100PX,楼住主最好再加上属性线!!!
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
是你高度100%
宽度你设置的和单元格的宽度是一样的,都是100px
那肯定压线啦..
那你给你的td加个padding属性啦..
宽度你设置的和单元格的宽度是一样的,都是100px
那肯定压线啦..
那你给你的td加个padding属性啦..
追问
100px根本就不会压线,100%才会压线。上面代码拷贝时拷错了。
帮忙试试再回答嘛。还是不行。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<table border="1" cellpadding="1">
<tr>
<td>内容区</td>
</tr>
</table>
这样做就可以了,在td里面可以再你放好大的东西,都不会压到线
<tr>
<td>内容区</td>
</tr>
</table>
这样做就可以了,在td里面可以再你放好大的东西,都不会压到线
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询