1、單線(xiàn)框 代碼:
復(fù)制內(nèi)容到剪貼板代碼:
<img src="圖片地址" style="border:3 solid #993333">
效果:
2、雙線(xiàn)框代碼:
復(fù)制內(nèi)容到剪貼板代碼:
<img src=圖片地址 style="border:5 double #993333">
效果:
3、凸出框代碼:
復(fù)制內(nèi)容到剪貼板代碼:
<img src=圖片地址 style="border:25 outset #993333">
效果:
4、凹進(jìn)框代碼:
復(fù)制內(nèi)容到剪貼板代碼:
<img src=圖片地址 style="border:25 inset #ff88ff">
效果:
5、郵票框 代碼:
復(fù)制內(nèi)容到剪貼板代碼:
<table style="border:3 dashed #993333" cellspacing="5" cellpadding="0" bgcolor="#660033"><tr> <td bgcolor="#660033" width=400 height=250 align=center valign=middle> <img src=圖片地址> </td></tr></table>
效果:
6、虛線(xiàn)框代碼:
復(fù)制內(nèi)容到剪貼板代碼:
<img src=圖片地址 style="border:4 dashed #993333">
效果:
7、凹槽框代碼:
復(fù)制內(nèi)容到剪貼板代碼:
<img src=圖片地址 style="border:25 groove #993333" border="0">
效果:
8、脊?fàn)羁虼a:
復(fù)制內(nèi)容到剪貼板代碼:
<img src=圖片地址 style="border:10 ridge #993333" border="0">
效果:
9、立體陰影框 代碼:
復(fù)制內(nèi)容到剪貼板代碼:
<table width=200 height=200 border=2 cellpadding="15" cellspacing="3" style="filter:progidXImageTransform.Microsoft.Shadow(color:#993333,direction:145,strength:15)"> <tr> <td bgcolor="#ffffff" align=center valign=middle> <img src=圖片地址> </td> </tr> </table>
效果:
10、陰影框代碼:
復(fù)制內(nèi)容到剪貼板代碼:
<img src=圖片地址 style="filter:shadow(color=#993333)">
效果:
11、橫向漸變透明 代碼:
復(fù)制內(nèi)容到剪貼板代碼:
<img src=圖片地址 style="filter=alpha(opacity=100,style=1,finishopacity=0)">
12、圓形漸變透明 代碼:
復(fù)制內(nèi)容到剪貼板代碼:
<img src=圖片地址 style="filter=alpha(opacity=100,style=2,finishopacity=0)">
13、X形漸變透明代碼:
復(fù)制內(nèi)容到剪貼板代碼:
<img src=圖片地址 style="filter=alpha(opacity=100,style=3,finishopacity=0)">
14、改變某種顏色代碼:
復(fù)制內(nèi)容到剪貼板代碼:
<center><img src=圖片地址 style="FILTER: Chroma(Color=#13629f)">
15、黑白效果代碼:
復(fù)制內(nèi)容到剪貼板代碼:
<img src=圖片地址 style="filter:'gray'">
16、X光效果(底片)代碼:
復(fù)制內(nèi)容到剪貼板代碼:
<img src=圖片地址 style="filter:'xray'">
17、浮雕效果 代碼:
復(fù)制內(nèi)容到剪貼板代碼:
<img src=圖片地址style="filter:progidXImageTransform.Microsoft.Emboss()">
18、上下顛倒代碼:
復(fù)制內(nèi)容到剪貼板代碼:
<img src=圖片地址 style="filter:flipv">
19、左右顛倒代碼:
復(fù)制內(nèi)容到剪貼板代碼:
<img src=圖片地址 style="filter:fliph">
20、色彩顛倒 代碼:
復(fù)制內(nèi)容到剪貼板代碼:
<img src=圖片地址 style="filter:invert">
21、粒狀陰影代碼:
復(fù)制內(nèi)容到剪貼板代碼:
<img src=圖片地址 style="filter:progidXImageTransform.Microsoft.Glow(color=#cc8888,strength=30)">
22、模糊效果 代碼:
復(fù)制內(nèi)容到剪貼板代碼:
<img src=圖片地址 style="filter:progidXImageTransform.Microsoft.Blur(PixelRadius=10)">
23、水波效果(風(fēng)吹) 代碼:
復(fù)制內(nèi)容到剪貼板代碼:
<img src=圖片地址 style="filter:wave(freq=11, strength=4, phase=6, lightstrength=10)">