|
代码如下:
<img width=700 src="http://www.mypcera.com/photo/jzw/04/01.jpg" style="filter: Blur(Add=1,Direction=30,Strength=100)">
使图片模糊,Direction=30模糊方向,顺时针0---360,Strength=100模糊程度
<img width=700 src="http://www.mypcera.com/photo/jzw/04/07.jpg" style="filter: Alpha(Opacity=20,Style=0)">
Opacity=20使图片透明,值0----100,Style=0不能动
<img width=700 src="http://www.mypcera.com/photo/jzw/04/10.jpg" style="filter: Wave(Add=0,Freq=6,Lightstrength=10,Phase=0,Strength=20)">
Freq=6波纹的频率,Lightstrength=10波纹的光照强度,值0---100,Strength=10振幅
|