|
 |
栏目导栏 |
|
| |
|
|
|
|
 |
资料搜索 |
|
| |
|
|
|
|
 |
热门文章 |
|
| |
|
|
|
|
 |
最新文章 |
|
| |
|
|
|
| |
| |
|
|
|
|
用CSS改变表格边框样式,很实用的一种方法。r2DLinux联盟 r2DLinux联盟 制作方法: r2DLinux联盟 将下面的代码复制到<body>~</body>里,此为隐藏下边框 r2DLinux联盟 <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse; border-bottom-width: 0" bordercolor="#111111" width="90">r2DLinux联盟 <tr align="center"> r2DLinux联盟 <td style="border-bottom-style: none; border-bottom-width: medium" height="25">隐藏下边</td>r2DLinux联盟 </tr>r2DLinux联盟 </table>r2DLinux联盟 r2DLinux联盟 将下面的代码复制到<body>~</body>里,此为隐藏上边框r2DLinux联盟 <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse; border-top-width: 0" bordercolor="#111111" width="90">r2DLinux联盟 <tr align="center"> r2DLinux联盟 <td height="25" style="border-top-style: none; border-top-width: medium">隐藏上边框</td>r2DLinux联盟 </tr>r2DLinux联盟 </table>r2DLinux联盟 r2DLinux联盟 将下面的代码复制到<body>~</body>里,此为隐藏左边框r2DLinux联盟 <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse; border-left-width: 0" bordercolor="#111111" width="90">r2DLinux联盟 <tr align="center"> r2DLinux联盟 <td style="border-left-style: none; border-left-width: medium" height="25">隐藏左边框 r2DLinux联盟 </td>r2DLinux联盟 </tr>r2DLinux联盟 </table>r2DLinux联盟 r2DLinux联盟 将下面的代码复制到<body>~</body>里,此为隐藏右边框r2DLinux联盟 <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse; border-right-width: 0" bordercolor="#111111" width="90">r2DLinux联盟 <tr align="center"> r2DLinux联盟 <td style="border-right-style: none; border-right-width: medium" height="25">隐藏右边框 r2DLinux联盟 </td>r2DLinux联盟 </tr>r2DLinux联盟 </table>r2DLinux联盟 r2DLinux联盟 至此你就可以完成这个实例了,你可以自己试试!有什么不明白的地方可以问我!。
Linux联盟收集整理 ,转贴请标明原始链接,如有任何疑问欢迎来本站Linux论坛讨论 |
|
|
|
|
|