滚动.透明.对开图制作
滚动.透明.对开图制作
<CENTER> <TABLE style="BORDER-RIGHT: rgb(102,153,153) 5px dotted; BORDER-TOP: rgb(102,153,153) 5px dotted; BORDER-LEFT: rgb(102,153,153) 5px dotted; BORDER-BOTTOM: rgb(102,153,153) 5px dotted" height=200 width=200 background=底图地址 border=1> <TBODY> <TR> <TD width=200> <MARQUEE scrollAmount=2>
<IMG height=200 src="滚动图地址" width=200 border=0>
</MARQUEE></TD></TR></TBODY></TABLE></CENTER>
#为了学习分析方便,只提供了一张滚动图的代码(红色部份),根据自己需要可任意复制头尾相接加进即可
########################################################################################
(透明图)
<IMG style="FILTER: Alpha(Opacity=70)" height=200 src="http://image6.360doc.com/DownloadImg/2009/12/2316/2049702_1.jpg" width=200 border=0 cellSpacing="0" cellPadding="0">
#把上面红色部份滚动图代码换上此码即变为透明图像
................................................................................................................................................................................
(对开图)
<CENTER> <TABLE style="BORDER-RIGHT: rgb(255,51,0) 8px dotted; BORDER-TOP: rgb(255,51,0) 8px dotted; BORDER-LEFT: rgb(255,51,0) 8px dotted; BORDER-BOTTOM: rgb(255,51,0) 8px dotted" height=299 cellSpacing=0 cellPadding=0 width=457 align=center background=http://image6.360doc.com/DownloadImg/2009/12/2316/2049702_8.jpg border=0> <TBODY> <TR> <TD width=293> <MARQUEE scrollAmount=2><IMG height=299 src="http://image6.360doc.com/DownloadImg/2009/12/2316/2049702_5.jpg" width=457 border=0></MARQUEE></TD> <TD width=293> <MARQUEE scrollAmount=2 direction=right><IMG style="FILTER: fliph" height=299 src="http://image6.360doc.com/DownloadImg/2009/12/2316/2049702_5.jpg" width=457 border=0></MARQUEE></TD></TR></TBODY></TABLE></CENTER>
|