DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> CSS入門知識 >> CSS進階教程 >> 表格邊框陰影和背景漸變效果
表格邊框陰影和背景漸變效果
編輯:CSS進階教程     

表格邊框陰影效果,先看代碼:

以下是引用片段:
<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>

運行一下:

XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved