我们通常用一下的两种方法实现细线表格. <table width="100%" border="1" bordercolor="#000000"><tr bordercolor="#FFFFFF"&..." />
« If...Then...Elsecss滤镜 应用在图片中的实例 Js+css特效 喜欢绚丽的可以看看 »

细线表格的实现 html技巧 悠悠博客

  我们通常用一下的两种方法实现细线表格.

 

<table width="100%" border="1" bordercolor="#000000">
<tr bordercolor="#FFFFFF">
<td>表格边线为1,线色为黑,行线色为白。</td>
</tr>
</table>
<p>
<table width="100%" border="0" cellspacing="1" bgcolor="#000000">
<tr>
<td bgcolor="#FFFFFF">表格边线为0,间距为1,背景色为黑,行背景色为白。</td>
</tr>
</table>

原创文章如转载,请注明:转载自悠悠博客 [ http://www.ajaxstu.com/ ]

相关文章:

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。