音畫(huà)圖片特效代碼From: http://zhaohe162.blog.163.com/blog/static/3821679720083505255454/?suggestedreading&wumii 一 圓形朦朧代碼如下
<TABLE style=FILTER:Alpha(opacity=100,style=2) height=312 cellSpacing=0 cellPadding=0 width=410 align=center background=http://image40.360doc.com/DownloadImg/2011/10/2515/18752461_1.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE>
二 方形朦朧代碼如下
<TABLE style=FILTER:Alpha(opacity=100,style=3) height=312 width=410 cellSpacing=0 cellPadding=0 width=100% align=center background=http://image40.360doc.com/DownloadImg/2011/10/2515/18752461_1.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> 三 加濾鏡1代碼如下
<TABLE style=FILTER:blur(strength=100) width=410 height=312 cellSpacing=0 cellPadding=0 align=center background=http://image40.360doc.com/DownloadImg/2011/10/2515/18752461_1.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE>
四 加濾鏡2代碼如下
<TABLE style=filter:gray width=410 height=312 cellSpacing=0 cellPadding=0 align=center background=http://image40.360doc.com/DownloadImg/2011/10/2515/18752461_1.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE>
五 加濾鏡3代碼如下
<TABLE style=filter:invert width=410 height=312 cellSpacing=0 cellPadding=0 align=center background=http://image40.360doc.com/DownloadImg/2011/10/2515/18752461_1.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE> 六 加濾鏡4代碼如下
<TABLE style=FILTER:xray height=312 cellSpacing=0 cellPadding=0 width=410 align=center background=http://image40.360doc.com/DownloadImg/2011/10/2515/18752461_1.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE>
七 加濾鏡5代碼如下
<TABLE style=filter:wave(add=add,freq=2,lightstrength=50,phase=45,strength=10) width=410 height=312 cellSpacing=0 cellPadding=0 align=center background=http://image40.360doc.com/DownloadImg/2011/10/2515/18752461_1.jpg border=0> <TBODY> <TR> <TD></TD></TR></TBODY></TABLE>
八 翻轉(zhuǎn)效果(左,右) 代碼如下
<DIV align=center><DIV style=FILTER:flipH;WIDTH:358px><BR><IMG height=312 src=http://image40.360doc.com/DownloadImg/2011/10/2515/18752461_1.jpgwidth=410></DIV></DIV>
九 給圖片插入超級(jí)鏈接把鼠標(biāo)放到圖片上鼠標(biāo)指針變成手形 代碼如下
<DIV align=center><A href=http://image40.360doc.com/DownloadImg/2011/10/2515/18752461_1.jpg target=_blank><IMG src=http://image40.360doc.com/DownloadImg/2011/10/2515/18752461_1.jpg></A></DIV>
十百葉窗效果 代碼如下
<TABLE border=0 align=center cellspacing=0 cellpadding=0> <TBODY> <TR> <TD style=FILTER:wave(add=true,freq=100,lightstrength=100,phase=4,strength=5) width=410 background=http://image40.360doc.com/DownloadImg/2011/10/2515/18752461_1.jpg height=312></TD></TR></TBODY></TABLE>
十一 加入flash后
<TABLE style="BORDER-LEFT-COLOR: blue; FILTER: Alpha(Opacity=250,style=3); BORDER-BOTTOM-COLOR: blue; BORDER-TOP-STYLE: outset; BORDER-TOP-COLOR: blue; BORDER-RIGHT-STYLE: outset; BORDER-LEFT-STYLE: outset; BORDER-RIGHT-COLOR: blue; BORDER-BOTTOM-STYLE: outset" height=360 cellSpacing=0 cellPadding=0 width=480 background=http://image40.360doc.com/DownloadImg/2011/10/2515/18752461_3 border=0 bortercolor="#000000" gif> <TBODY> <TR> <TD><ALIGN=CENTER><EMBED align=right src=http://imgfree.21cn.com/free/flash/6.swf width=520 height=360 type=application/x-shockwave-flash wmode="transparent" menu="false" quality="high" tybe="application/x-shockwave-flash"><EMBED align=right src=http://blog./upload/user/510/291800_1994814.swf width=520 height=360 type=application/x-shockwave-flash wmode="transparent" menu="false" quality="high" tybe="application/x-shockwave-flash"></TD></TR></TBODY></TABLE>
十二霧化圖片加自己喜歡的字
代碼: <P align=center> <TABLE border=0> <TBODY> <TR> <TD style="FILTER: Alpha(opacity=100,style=2)" width=420(圖片寬度) background=http://image40.360doc.com/DownloadImg/2011/10/2515/18752461_4 height=296(圖片高度)> </TD></TR></TOBDY></TBODY></TABLE></P> |
|
|