使用CSS改变表格边框样式

王朝html/css/js·作者佚名  2006-11-24
窄屏简体版  字體: |||超大  

用CSS改变表格边框样式,很实用的一种方法。

制作方法:

将下面的代码复制到<body>~</body>里,此为隐藏下边框

<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse; border-bottom-width: 0" bordercolor="#111111" width="90">

<tr align="center">

<td style="border-bottom-style: none; border-bottom-width: medium" height="25">隐藏下边</td>

</tr>

</table>

将下面的代码复制到<body>~</body>里,此为隐藏上边框

<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse; border-top-width: 0" bordercolor="#111111" width="90">

<tr align="center">

<td height="25" style="border-top-style: none; border-top-width: medium">隐藏上边框</td>

</tr>

</table>

将下面的代码复制到<body>~</body>里,此为隐藏左边框

<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse; border-left-width: 0" bordercolor="#111111" width="90">

<tr align="center">

<td style="border-left-style: none; border-left-width: medium" height="25">隐藏左边框

</td>

</tr>

</table>

将下面的代码复制到<body>~</body>里,此为隐藏右边框

<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse; border-right-width: 0" bordercolor="#111111" width="90">

<tr align="center">

<td style="border-right-style: none; border-right-width: medium" height="25">隐藏右边框

</td>

</tr>

</table>

至此你就可以完成这个实例了,你可以自己试试!有什么不明白的地方可以问我!。

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
 
 
© 2005- 王朝網路 版權所有 導航