1. 两种细线表格做法
源码如下:
<table width="100%" border="1" bordercolor="#000000">
</table>
<p>
<table width="100%" border="0" cellspacing="1" bgcolor="#000000">
</table>
源码如下:
<table
</table>
<center>表格边线为1,间隔为0,左上为#333333,右下为#efefef,行背景色为#cccccc
源码如下:
原图:
<table cellpadding=0 cellspacing=0 border=0 width=282 align=center>
</table>
<p>放大
<table cellpadding=0 cellspacing=0 border=1 width=282 align=center>
</table>
4. 虚线边框表格
源码如下:
<style type="text/css">
.tb{BORDER-BOTTOM: #000000 1px dotted;BORDER-top: #000000 1px dotted;BORDER-LEFT:
#000000 1px dotted;BORDER-RIGHT: #000000 1px dotted;}
</style>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
</table>
<p>
虚线直线1
<hr size=1 style="border:1px dotted #001403;">
虚线直线2
<p size=1 style="border:1px dotted #001403;">
源码如下:
<fieldset>
<legend>item</legend>
content
</fieldset>
6. 变色的单元格1,通过a:hover做
源码如下:
<style>
a:link,a:visited,a:hover
{100%;text-decoration:none;font-family:verdana;font-size:10px;color:white}
a:hover{background:#0099ff;color:black}
td{background:#3366cc;color:white;padding:0px}
</style>
<TABLE width=100% cellspacing=1 bgcolor=black >
</TABLE>
7. 变色的单元格2,已经做成了CSS,注意还有透明效果
源码如下:
<style type="text/css">
.aa
{ background-color:#0000ff; color:#ff0000;filter: alpha(opacity=50)}
.bb
{ background-color:#3366cc; color:#ffffff}
</style>
<table
class="bb"><center><b>cnbruce</td>
</table>
8. 变色的单元格3,通过mouse事件做.有点微软的味道
源码如下:
<table width="100%" border="1" cellpadding="3" cellspacing="0"
bordercolor="#efefef" bgcolor="#efefef">
onMouseOver="this.bgColor='#cccccc'; this.borderColor='#000033'"><div align="left">
Blueidea</div></td>
onMouseOut="this.bgColor='#efefef';this.borderColor='#efefef'"; onMouseOver="this.bgColor='#cccccc'; this.borderColor='#000033'">
cnbruce</td>
</table>
9. 透明表格
<table bgcolor=#ececec style="filter:alpha(opacity=50)" width=200 height=100 border=0>
</table>
10. 表格边框显示外阴影
源码如下:
<table
style="filter:progid:DXImageTransform.Microsoft.Shadow
(Color=#333333,Direction=120,strength=5)">
</table>
(1).
源码如下:
<html xmlns:v>
<style>
v\:*{behavior:url(#default#VML)}
</style>
<body>
</body>
</html>
源码如下:
<html
<style>
v\:*{behavior:url(#default#VML)}
</style>
<body>
<v:path
ecnbrucecnbrucecnbrucecn
</body>
</html>
(3).
源码如下:
<html xmlns:v>
<style>
v\:*{behavior:url(#default#VML)}
</style>
<body>
</body>
</html>