圖片特效代碼
|

|
代碼 |
|
<img src="圖片地址"; width="圖片寬" height="圖片高"> |

|
代碼 |
|
<p align="center"><img src="圖片地址"; width="圖片寬" height="圖片高"> |
| 說(shuō)明:將其中的center換為left或者right即為圖片居左或居右 |

|
代碼 |
|
<center><img src="圖片網(wǎng)址" style="filter=alpha(opacity=100,style=1,finishopacity=0)"> |
|
代碼 |
|
<center><img src="圖片網(wǎng)址" style="filter=alpha(opacity=100,style=2,finishopacity=0)"></center> |
|
代碼 |
|
<center><img src="圖片網(wǎng)址" style="filter=alpha(opacity=100,style=3,finishopacity=0)"></center> |
|
代碼 |
|
<center><img src="圖片網(wǎng)址" style="filter:progid:DXImageTransform.Microsoft.Emboss()"></center> |
|
代碼 |
|
<center><img src="圖片網(wǎng)址" style="filter:flipv"> |
|
代碼 |
|
<center><img src="圖片網(wǎng)址" style="filter:fliph"></center> |
|
代碼 |
|
<center><img src="圖片網(wǎng)址" style="filter:invert"></center> |
|
代碼 |
|
<center><img src="圖片網(wǎng)址" style="filter:progid:DXImageTransform.Microsoft.Glow(color=#cc8888,strength=30)"></center> |
|
代碼 |
|
<center><img src="圖片網(wǎng)址" style="filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius=10)"></center> |
|
代碼 |
|
<center><img src="圖片網(wǎng)址" style="filter:wave(freq=11, strength=4, phase=6, lightstrength=10)"></center> |

|
代碼 |
|
<P align=center><IMG height=高度 src="圖片地址" width=寬度><BR><IMG style="FILTER: wave
(strength=3,freq=3,phase=0,lightstrength=30) blur() flipv()" height=高度 src="圖片地址" width=寬度> </p> |
| |
|