在html的表格中,怎么把表格的边框设置为实线框?具体的代码是什么?谢谢
5个回答
展开全部
<style type="text/css">
<!--
.tableborder {
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
/*以上分别设置的是表格边框中上右下左的边框宽度*/
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
/*设置边框的表现样式,solid为实线*/
border-top-color: #0000FF;
border-right-color: #0000FF;
border-bottom-color: #0000FF;
border-left-color: #0000FF;
/*设置边框的颜色*/
}
-->
</style>
<table width="300" height="100" border="0" align="center" cellpadding="0" cellspacing="0" class="tableborder">
<tr>
<td>class="tableborder"是对样式的调用,写在table标签内</td>
<td> </td>
</tr>
</table>
<!--
.tableborder {
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
/*以上分别设置的是表格边框中上右下左的边框宽度*/
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
/*设置边框的表现样式,solid为实线*/
border-top-color: #0000FF;
border-right-color: #0000FF;
border-bottom-color: #0000FF;
border-left-color: #0000FF;
/*设置边框的颜色*/
}
-->
</style>
<table width="300" height="100" border="0" align="center" cellpadding="0" cellspacing="0" class="tableborder">
<tr>
<td>class="tableborder"是对样式的调用,写在table标签内</td>
<td> </td>
</tr>
</table>
展开全部
写个样式:
.divTable {
padding: 1px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 1px;
border-left-width: 0px;
border-top-style: none;//上边
border-right-style: none;//右边
border-bottom-style: solid; //就是这个 它这个是把表格的t最下面一行设为实线
border-left-style: none;//左边
border-bottom-color: #ababab;
FONT-SIZE: 12px;
}
.divTable {
padding: 1px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 1px;
border-left-width: 0px;
border-top-style: none;//上边
border-right-style: none;//右边
border-bottom-style: solid; //就是这个 它这个是把表格的t最下面一行设为实线
border-left-style: none;//左边
border-bottom-color: #ababab;
FONT-SIZE: 12px;
}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
table代码中有一个cellspacing方法,默认为2调成0就是实线了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
table{border:1px solid #000;}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
public static void main(agrs Stytem[]){
System.out.println("这是什么");
}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询