小弟我想定义一个css,要求所有边框线,统统的没有,小弟我自己写的无效

我想定义一个css,要求所有边框线,统统的没有,我自己写的无效,请指教.table_noBorder{border:0}[解决办法]

我想定义一个css,要求所有边框线,统统的没有,我自己写的无效,请指教
.table_noBorder{
border:   0;
}

[解决办法]

.table_noBorder{
border-top-style: none;
border-right-style: none;
border-left-style: none;
border-bottom-style: none
}