下载此文档

各种表格样式代码.doc


文档分类:IT计算机 | 页数:约12页 举报非法文档有奖
1/12
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/12 下载此文档
文档列表 文档介绍
各种表格样式代码
■隐藏横向的分隔线:
<table border rules=cols cellspacing=0 align=left> 
 
  例一:
 
 
 
 
 
 
 
 
 
■隐藏纵向的分隔线
<table border rules=rows cellspacing=0 align=right>
例二:
 
 
 
 
 
 
 
 
 
■隐藏横向和纵向分隔线
<table border rules=none cellspacing=0 align=center>
例三:
 
 
 
 
 
 
 
 
 
■表格边框连续闪烁
在BODY区加上代码:
<table border="0" width="280" id="myexample"
style="border:5px solid yellow">
<tr>
<td>.
<br>.
<br>.</td>
</tr>
</table>
<script language="">
<!--
function flashit(){
if (!)
return
if (=="yellow")
="lime"
else
="yellow"
}
setInterval("flashit()", 500)
//-->
</script>
<language=>
 
 
 
 
 
 
 
 
 
■表格分行下载(内容很大、比较实用)
在需要分行下载处加上 <tbody >,例:
<table >
<tbody >
<tr >
<td >麦迪天神1</td >
</tr >
<tr >
<td >麦迪天神2</td >
</tr >
</tbody >
<tbody >
<tr >
<td >麦迪天神3</td >
</tr >
<tr >
<td>麦迪天神4</td >
</tr >
</tbody >
</table >
■普通表格 <table border="1" width="220" style="position: absolute; left:
11; top: 11" height="26" >
<tr><td width="100%">普通表格</td></tr></table>
 
普通表格
■正立方表格
<table border="1" width="220" bordercolorlight="#eeeeee"
bordercolordark="#" style="position: absolute; left: 10; top:49" height="26">
<tr><td width="100%">正立方表格</td>
</tr></table>
正立方表格
■细表格
<table border="0" frame=vsides width="219"
bgcolor="#" cellspacing="1" cellpadding="0"
height="22" style="position: absolute; left: 11; top: 86">
<tr bgcolor="#FFFFFF">
<td width="100%" height="2">细表格</td>
</tr>
</table>
 
细表格
■立体表格
<table border="1" width="220" bordercolorlight="#ffffff"
bordercolordark="#ffffff" style="position: absolute; left: 10; top:
112" height="34">
<tr>
<td width="100%" bgcolor="#B7B7B7"
bordercolorlight="#" bordercolordark="#eeeeee" >立体表格</td></tr></table>
立体表格
■无名表格
<table width="220" align=

各种表格样式代码 来自淘豆网m.daumloan.com转载请标明出处.

相关文档 更多>>
非法内容举报中心
文档信息
  • 页数12
  • 收藏数0 收藏
  • 顶次数0
  • 上传人mkjafow
  • 文件大小69 KB
  • 时间2021-03-27