源码网,源码论坛,源码之家,商业源码,游戏源码下载,discuz插件,棋牌源码下载,精品源码论坛

 找回密码
 立即注册
查看: 683|回复: 16

[CSS/HTML] table高级应用把表格进行到底(必看)

[复制链接]

7万

主题

861

回帖

32万

积分

论坛元老

Rank: 8Rank: 8

积分
329525
发表于 2007-12-20 22:52:59 | 显示全部楼层 |阅读模式
看了poorfish的这篇文章感觉不错,先不考虑其它的,现在虽然流行div+css ,但仍有许多朋友还在用table,div+css主要考虑显示速度,但多浏览器的兼容性,仍是个问题。 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>可以隐藏横向和纵向的分隔线


2.表格的边框不断在闪 

以下方法可以令表格的边框不断在闪,很实用的
在BODY区加上

<table border="0" width="280" id="myexample" 
style="border:5px solid yellow"> 

<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 > 

比如:
<table >
<tbody >
<tr >
<td >flsdjfsdjfkdsjf</td >
</tr >
<tr >
<td >skdjfsdjfksd</td >
</tr >
</tbody >

<tbody >
<tr >
<td >flsdjfsdjfkdsjf</td >
</tr >
<tr >
<td>skdjfsdjfksd</td >
</tr >
</tbody >
</table >



4.几种样式不同的表格

<table border="1" width="220" style="position: absolute; left: 
11; top: 11" height="26" >

<tr>

<td width="100%">普通表格</td>

</tr>

</table>

5.正立方表格 

<table border="1" width="220" bordercolorlight="#eeeeee" 
bordercolordark="#000000" style="position: absolute; left: 10; top: 
49" height="26">

<tr>

<td width="100%">正立方表格</td>

</tr>

</table>


6.细表格 

<table border="0" frame=vsides width="219" 
bgcolor="#000000" cellspacing="1" cellpadding="0" 
height="22" style="position: absolute; left: 11; top: 86">

<tr bgcolor="#FFFFFF">

<td width="100%" height="2">细表格</td>

</tr>

</table>

7.立体表格 

<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="#000000" bordercolordark="#eeeeee" >立体表格</td>

</tr>

</table>


8.无名表格  

<table width="220" align="center" style="position: absolute; 
left: 246; top: 12" height="51">

<tr>

<td><fieldset style="width:220" align="center"> 
<legend> 无名表格 </legend>  <p align="right"> </fieldset> 
<br>

</td>

</tr>

</table>



9.表中表效果Ⅱ 

<table width="220" align="center" style="position: 
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>

10.表中表效果Ⅰ 

<table width="220" align="center" style="position: absolute; 
left: 10; top: 120" height="138" cellspacing="1" 
cellpadding="0">

<tr>

<td height="126"><fieldset style="width: 220; color: #B7B7B7; 
border-style: groove" align="center"> <legend style="color: 
#FFFFFF; border: 1 solid #808080" > <font color="#000000">表中表效果Ⅰ</font> 
</legend>  <p align="right"> </fieldset> 

</td>

</tr>

</table>


11.表格中边框的显示 


只显示上边框 <table frame=above>
只显示下边框 <table frame=below> 
只显示左、右边框 <table frame=vsides>
只显示上、下边框 <table frame=hsides>
只显示左边框 <table frame=lhs>
只显示右边框 <table frame=rhs>
不显示任何边框 <table frame=void>
回复

使用道具 举报

0

主题

1万

回帖

0

积分

中级会员

Rank: 3Rank: 3

积分
0
发表于 2022-8-8 12:30:29 | 显示全部楼层
谢谢分享,先下来用用
回复 支持 反对

使用道具 举报

2

主题

2万

回帖

381

积分

中级会员

Rank: 3Rank: 3

积分
381
发表于 2022-8-24 23:39:51 | 显示全部楼层
先把创新班才能下班才能下班
回复 支持 反对

使用道具 举报

0

主题

1万

回帖

0

积分

中级会员

Rank: 3Rank: 3

积分
0
发表于 2022-9-4 00:26:46 | 显示全部楼层
撒旦撒旦撒擦擦擦擦
回复 支持 反对

使用道具 举报

0

主题

1万

回帖

0

积分

中级会员

Rank: 3Rank: 3

积分
0
发表于 2022-12-17 16:02:27 | 显示全部楼层
哟哟哟哟哟以偶
回复 支持 反对

使用道具 举报

4

主题

2万

回帖

107

积分

注册会员

Rank: 2

积分
107
发表于 2023-1-6 23:19:27 | 显示全部楼层
额头额定法国队是范德萨
回复 支持 反对

使用道具 举报

1

主题

1万

回帖

93

积分

注册会员

Rank: 2

积分
93
发表于 2023-1-9 20:02:53 | 显示全部楼层
灌灌灌灌水
回复 支持 反对

使用道具 举报

0

主题

2万

回帖

0

积分

中级会员

Rank: 3Rank: 3

积分
0
发表于 2023-8-30 12:17:00 | 显示全部楼层
谢谢分享,先下来用用
回复 支持 反对

使用道具 举报

0

主题

2万

回帖

120

积分

注册会员

Rank: 2

积分
120
发表于 2023-11-14 05:00:49 | 显示全部楼层
哈哈哈哈哈哈哈
回复 支持 反对

使用道具 举报

0

主题

2万

回帖

0

积分

中级会员

Rank: 3Rank: 3

积分
0
发表于 2024-5-22 15:29:12 | 显示全部楼层
先把创新班才能下班才能下班
回复 支持 反对

使用道具 举报

高级模式
B Color Image Link Quote Code Smilies

本版积分规则

手机版|小黑屋|网站地图|源码论坛 ( 海外版 )

GMT+8, 2024-11-11 04:45 , Processed in 0.074854 second(s), 26 queries .

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表