好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

JSP页面如何设置带黑色边框的table_html/css_WEB-ITnose

JSP页面如何设置带黑色边框的table


回复讨论(解决方案)

定义要用的

 border-style: solid;  border-color: black; 

.blackborder{border:1px solid black;} 

   33  22    

查看更多关于JSP页面如何设置带黑色边框的table_html/css_WEB-ITnose的详细内容...

  阅读:44次