日期:2014-05-16  浏览次数:20321 次

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

------解决方案--------------------

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