html设置表格的上边框不显示

html设置表格的上边框不显示,就是把表格的上面的一个边框设置border=0或者隐藏,谢谢各位大侠... html设置表格的上边框不显示,就是把表格的上面的一个边框设置border=0或者隐藏,谢谢各位大侠 展开
 我来答
tz6060996
推荐于2016-10-06 · TA获得超过2282个赞
知道大有可为答主
回答量:1171
采纳率:100%
帮助的人:1621万
展开全部
<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>
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
ganker1号
2009-11-07
知道答主
回答量:26
采纳率:0%
帮助的人:0
展开全部
<style type="text/css>
.table{ border-top-width:0px;}
</style>
这东西放在<head></head>里,也就是不能出</head>这个范围
在你想改的表格里写上class="table"
比如:<table class="table"><tr><td></td></tr></table>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
修气骆花
2019-09-27 · TA获得超过3856个赞
知道大有可为答主
回答量:3137
采纳率:32%
帮助的人:192万
展开全部
<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>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
cartli
2009-11-06 · TA获得超过291个赞
知道小有建树答主
回答量:292
采纳率:0%
帮助的人:244万
展开全部
.td{border:1px solid #CCCCCC; border-top:none;}
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
收起 更多回答(2)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式