圖片邊緣淡化 (代碼)
原圖: 四角變化: 橢圓變化:
圖片邊緣淡化 (代碼)
四角變化: <IMG style="BORDER-LEFT-COLOR: #055200; FILTER: Alpha(Opacity=100,style=3); BORDER-BOTTOM-COLOR: #055200; BORDER-TOP-STYLE: outset; BORDER-TOP-COLOR: #055200; BORDER-RIGHT-STYLE: outset; BORDER-LEFT-STYLE: outset; BORDER-RIGHT-COLOR: #055200; BORDER-BOTTOM-STYLE: outset" src="圖片地址"> 橢圓變化: <IMG style="BORDER-LEFT-COLOR: #2000ff; FILTER: Alpha(Opacity=100,style=2); BORDER-BOTTOM-COLOR: #055200; BORDER-TOP-STYLE: outset; BORDER-TOP-COLOR: #055200; BORDER-RIGHT-STYLE: outset; BORDER-LEFT-STYLE: outset; BORDER-RIGHT-COLOR: #055200; BORDER-BOTTOM-STYLE: outset" src="圖片地址">
透明立體虛線框效果:
透明立體虛線框效果(代碼):
<DIV style="LEFT: 0px; OVERFLOW: hidden; WIDTH: 490px; POSITION: relative; TOP: 0px; HEIGHT: 370px"><DIV style="LEFT: 0px; POSITION: absolute; TOP: 0px"><IMG height=370 src="圖片地址" width=490></DIV><DIV style="LEFT: 0px; POSITION: absolute; TOP: 0px"><TABLE style="FILTER: Alpha(Opacity=43,Style=0)" height=370 cellSpacing=0 cellPadding=0 width=490 border=20><TBODY><TR><TD align=middle width="100%"><TABLE style="FILTER: Alpha(Opacity=43,Style=0)" height=310 cellSpacing=0 cellPadding=0 width=430 border=20><TBODY><TR><TD align=middle width="100%"></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></DIV> |
|