1.表格的分隔线可以隐藏 <table border rules=cols cellspacing=0 align=left> 可以隐藏横向的分隔线 <table border rules=rows cellspacing=0 align=right>可以隐藏纵向的分隔线 <table border rules=none cellspacing=0 align=center>可以隐藏横向和纵向的分隔线 以下方法可以令表格的边框不断在闪,很实用的 <table border=”0″ width=”280″ id=”myexample” <tr> <td>加入任意的物件.加入任意的物件. <br>加入任意的物件.加入任意的物件. <br>加入任意的物件.加入任意的物件.</td> </tr> </table> <script language=”JavaScript1.2″> <!– function flashit(){ if (!document.all) return if (myexample.style.borderColor==”yellow”) myexample.style.borderColor=”lime” else myexample.style.borderColor=”yellow” } setInterval(“flashit()”, 500) //–> </script> 这个对表哥内容很大比较实用 在需要分行下载处加上 <tbody > 比如: <tbody > 4.几种样式不同的表格 <table border=”1″ width=”220″ style=”position: absolute; left: <tr> <td width=”100%”>普通表格</td> </tr> </table> 5.正立方表格 <table border=”1″ width=”220″ bordercolorlight=”#eeeeee” <tr> <td width=”100%”>正立方表格</td> </tr> </table> <table border=”0″ frame=vsides width=”219″ <tr bgcolor=”#FFFFFF”> <td width=”100%” height=”2″>细表格</td> </tr> </table> 7.立体表格 <table border=”1″ width=”220″ bordercolorlight=”#ffffff” <tr> <td width=”100%” bgcolor=”#B7B7B7″ </tr> </table> <table width=”220″ align=”center” style=”position: absolute; <tr> <td><fieldset style=”width:220″ align=”center”> </td> </tr> </table> 9.表中表效果Ⅱ <table width=”220″ align=”center” style=”position: 10.表中表效果Ⅰ <table width=”220″ align=”center” style=”position: absolute; <tr> <td height=”126″><fieldset style=”width: 220; color: #B7B7B7; </td> </tr> </table>
2.表格的边框不断在闪
在BODY区加上
style=”border:5px solid yellow”>
3.表格分行下载
<table >
<tbody >
<tr >
<td >flsdjfsdjfkdsjf</td >
</tr >
<tr >
<td >skdjfsdjfksd</td >
</tr >
</tbody >
<tr >
<td >flsdjfsdjfkdsjf</td >
</tr >
<tr >
<td>skdjfsdjfksd</td >
</tr >
</tbody >
</table >
11; top: 11″ height=”26″ >
bordercolordark=”#000000″ style=”position: absolute; left: 10; top:
49″ height=”26″>
6.细表格
bgcolor=”#000000″ cellspacing=”1″ cellpadding=”0″
height=”22″ style=”position: absolute; left: 11; top: 86″>
bordercolordark=”#ffffff” style=”position: absolute; left: 10; top:
112″ height=”34″>
bordercolorlight=”#000000″ bordercolordark=”#eeeeee” >立体表格</td>
8.无名表格
left: 246; top: 12″ height=”51″>
<legend> 无名表格 </legend> <p align=”right”> </fieldset>
<br>
absolute; left: 245; top: 89″ height=”110″>
<tr>
<td height=”75″><fieldset style=”width:220″
align=”center”> <legend> 表中表效果Ⅱ </legend> <table
frame=”hsides” border=”1″
bordercolorlight=”#000000″ bordercolordark=”#ffffff”
width=”100%” cellspacing=”1″ cellpadding=”0″ height=”78″>
<tr bgcolor=”#ffffff”>
<td width=”100%” height=”76″></fieldset></td>
</tr>
</table>
left: 10; top: 120″ height=”138″ cellspacing=”1″
cellpadding=”0″>
border-style: groove” align=”center”> <legend style=”color:
#FFFFFF; border: 1 solid #808080″ > <font color=”#000000″>表中表效果Ⅰ</font>
</legend> <p align=”right”> </fieldset>
11.表格中边框的显示
只显示上边框 <table frame=above>
只显示下边框 <table frame=below>
只显示左、右边框 <table frame=vsides>
只显示上、下边框 <table frame=hsides>
只显示左边框 <table frame=lhs>
只显示右边框 <table frame=rhs>
不显示任何边框 <table frame=void>
玩转表格 让你的网页炫起来_心得技巧教程
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » 玩转表格 让你的网页炫起来_心得技巧教程
相关推荐
-      经典收藏:网页页面常用的特殊符号_心得技巧教程
-      用html和css写出漂亮正规的blog_心得技巧教程
-      网站页面的均衡规划与选择_心得技巧教程
-      一个网友观点:两年以来使用div排版的经验_心得技巧教程
-      photoshop制作“非主流”彩虹色调照片_photoshop教程
-      禁止查看网页源代码方法总结_心得技巧教程
-      左右图片循环滚动停顿一下后继续_心得技巧教程
-      图片左右循环连续滚动代码,解决marquee的留白问题 _心得技巧教程