表格邊框陰影效果,先看代碼:
以下是引用片段:
<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>
運行一下: