html设置表格的上边框不显示
html设置表格的上边框不显示,就是把表格的上面的一个边框设置border=0或者隐藏,谢谢各位大侠...
html设置表格的上边框不显示,就是把表格的上面的一个边框设置border=0或者隐藏,谢谢各位大侠
展开
4个回答
展开全部
<style type="text/css">
<!--
.aaa {
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: none;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #666666;
border-bottom-color: #666666;
border-left-color: #666666;
text-align: center;
}
-->
</style>
<table width="100" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="aaa">表格内容</td>
</tr>
</table>
<!--
.aaa {
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: none;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #666666;
border-bottom-color: #666666;
border-left-color: #666666;
text-align: center;
}
-->
</style>
<table width="100" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="aaa">表格内容</td>
</tr>
</table>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<style type="text/css>
.table{ border-top-width:0px;}
</style>
这东西放在<head></head>里,也就是不能出</head>这个范围
在你想改的表格里写上class="table"
比如:<table class="table"><tr><td></td></tr></table>
.table{ border-top-width:0px;}
</style>
这东西放在<head></head>里,也就是不能出</head>这个范围
在你想改的表格里写上class="table"
比如:<table class="table"><tr><td></td></tr></table>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<style
type="text/css">
<!--
.aaa
{
border-right-width:
1px;
border-bottom-width:
1px;
border-left-width:
1px;
border-top-style:
none;
border-right-style:
solid;
border-bottom-style:
solid;
border-left-style:
solid;
border-right-color:
#666666;
border-bottom-color:
#666666;
border-left-color:
#666666;
text-align:
center;
}
-->
</style>
<table
width="100"
border="0"
cellpadding="0"
cellspacing="0">
<tr>
<td
class="aaa">表格内容</td>
</tr>
</table>
type="text/css">
<!--
.aaa
{
border-right-width:
1px;
border-bottom-width:
1px;
border-left-width:
1px;
border-top-style:
none;
border-right-style:
solid;
border-bottom-style:
solid;
border-left-style:
solid;
border-right-color:
#666666;
border-bottom-color:
#666666;
border-left-color:
#666666;
text-align:
center;
}
-->
</style>
<table
width="100"
border="0"
cellpadding="0"
cellspacing="0">
<tr>
<td
class="aaa">表格内容</td>
</tr>
</table>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
.td{border:1px solid #CCCCCC; border-top:none;}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询