读书人

css 的有关问题

发布时间: 2011-12-26 23:09:58 作者: rapoo

css 的问题.
.indextab
{
border-color:#333333;
border-collapse: collapse;
border-bottom-width:0px;
border-left-width:1px;
border-right-width:1px;
border-top-width:0px;
}

<table width= "964 " cellpadding= "0 " cellspacing= "0 " border= "0 " class= "indextab " align= "center ">

为什么没效果呢?左和右两边没人边线..

[解决办法]
你把td的颜色换下就行了。
[解决办法]
你TR,TD都有然看不到效果啦,且你的border=0了,怎看到啊?
<table width= "964 " cellpadding= "0 " cellspacing= "0 " border= "1 " align= "center ">
<tr>
<td class= "indextab ">
</td>
</tr>
</table>

读书人网 >asp.net

热点推荐