html表格没有上边框。其他都有边框
<tr>不要边框<tablewidth="300"border="1"cellpadding="0"cellspacing="0"style="border-bottom...
<tr>不要边框
<table width="300" border="1" cellpadding="0" cellspacing="0" style="border-bottom:1px; border-left:1px
;border-right:1px ">
<tr>
<td height="200">ddd </td>
</tr>
</table>
为什么不好使呢??? 展开
<table width="300" border="1" cellpadding="0" cellspacing="0" style="border-bottom:1px; border-left:1px
;border-right:1px ">
<tr>
<td height="200">ddd </td>
</tr>
</table>
为什么不好使呢??? 展开
展开全部
table标签里边的border属性,是每个单元格的边框,只有在style里边的border才是最外围的边框,直接在style里边写border:1px #000 solid; border-top:0;就可以了。
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<style>
.bk{
border-bottom:1px solid #cccccc;
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;}
</style>
<body>
<table width="300" border="0" cellpadding="0" cellspacing="0" class="bk">
<tr>
<td height="200"> </td>
</tr>
</table>
修改你的
<table width="300" border="0" cellpadding="0" cellspacing="0" style="border-bottom:1px; border-left:1px ;border-right:1px ">
<tr>
<td height="200">ddd </td>
</tr>
</table>
.bk{
border-bottom:1px solid #cccccc;
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;}
</style>
<body>
<table width="300" border="0" cellpadding="0" cellspacing="0" class="bk">
<tr>
<td height="200"> </td>
</tr>
</table>
修改你的
<table width="300" border="0" cellpadding="0" cellspacing="0" style="border-bottom:1px; border-left:1px ;border-right:1px ">
<tr>
<td height="200">ddd </td>
</tr>
</table>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询