RSS
热门关键字:  cms  下载  模版  开源  dedecms
当前位置 :| 主页>站长学院>建站技巧>

表格边框阴影和背景渐变效果

来源:互连网 作者:佚名 时间:2006-12-16 点击:

表格边框阴影效果,先看代码:

以下是引用片段:
<style>
table{filter:progid:DXImageTransform.Microsoft.Shadow
(Color=#333333,Direction=120,strength=5)}
</style>
<table align=center width=400 height=200 bgcolor=red >
<tr>
<td><a href="http://homepage.yesky.com/"><font color=white>网页陶吧改版啦</font></a></td></tr></table>

运行一下:


表格背景渐变效果,先看代码:

以下是引用片段:
<table style="FILTER: Alpha( style=1,opacity=25,finishOpacity=100,startX=0,finishX=100,startY=0,finishY=100); BACKGROUND-COLOR: #ff0000">
<tr><td><a href="http://homepage.yesky.com/"><font color=white>网页陶吧改版啦</font></a></td></tr></table>

运行一下:


最新评论共有 1 位网友发表了评论
发表评论
评论内容:不能超过250字,需审核,请自觉遵守互联网相关政策法规。
用户名: 密码:
匿名?
注册
栏目列表