table的td去边框

Posted aLa神灯

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了table的td去边框相关的知识,希望对你有一定的参考价值。

table{
border-collapse : collapse;
}



myCell4.innerhtml = "<input   id=hrNo"+i+"  type=‘text‘ style=‘width:56px;border:0px;background-color: transparent;‘ readonly=‘true‘ size=‘5‘ value="+json[i]["hrNo"]+" >";

 

以上是关于table的td去边框的主要内容,如果未能解决你的问题,请参考以下文章

html中如果对table中的td设置边框样式

怎么把table的外面的边框去掉

table 边框问题

table里面放input去掉线

如何给table表格的tr行加边框

表格细边框的CSS样式怎么设置?