首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

css 的有关问题

2011-12-26 
css 的问题..indextab{border-color:#333333border-collapse:collapseborder-bottom-width:0pxborder-l

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>

热点排行