颜色主题:
|
![]() |
网页游戏 软件下载 软件文章 常用网址 自助友情 |
| 首页 ┆ 程序设计 ┆ 数据库 ┆ 操作系统 ┆ 办公系列 ┆ WEB开发 ┆ 项目专题 ┆ 网络安全 ┆ 图形图像 ┆ 站点地图 ┆ 友情链接 |
| 您的位置: >首页 >WEB开发 >DreamWeaver >把表格进行到底 |
| 把表格进行到底 | ||
1.表格的分隔线可以隐藏 <table border rules=rows cellspacing=0 align=right>可以隐藏纵向的分隔线 <table border rules=none cellspacing=0 align=center>可以隐藏横向和纵向的分隔线 2.表格的边框不断在闪 以下方法可以令表格的边框不断在闪,很实用的 <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> 3.表格分行下载 这个对表哥内容很大比较实用 在需要分行下载处加上 <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> 6.细表格 <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> 8.无名表格 <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> 11.表格中边框的显示 只显示上边框 <table frame=above> |
||
|
|
| 下载帮助 | 发布软件 | 自助友情 | 友情链接 | 网站导航 | 广告服务 | 法律声明 | 联系我们 |
| 六世下载 版权所有 ©2005-2007 | |||||||
| 本站的数据收集于网络,版权归原作者及出版社所有 如果您觉得侵犯了您的版权请来信告诉我们,我们会尽快删除其内容! | |||||||
| 鲁ICP备05050400号 | |||||||