.................................................................................................................................................................................
<TABLE style="WIDTH: 588px; HEIGHT: 693px" borderColor=darkblue bgColor=darkblue border=7>
<TBODY>
<TR>
<TD>
<TABLE style="WIDTH: 559px; HEIGHT: 639px" height=639 width=559 background=http://i.blog./weblogin/22370391_1024x768.jpg boder="2">
<TBODY>
<TR>
<TD>
<DIV style="Z-INDEX: 2; LEFT: 0px; WIDTH: 526px; TOP: 30px; HEIGHT: 615px"><BR><IMG style="FILTER: alpha(style=2); WIDTH: 352px; HEIGHT: 519px" height=450 src="图像地址" width=400 align=right> <BR><BR><BR><EMBED src=http://itemimgs.naver.com/skin/52/94/1009452_topmotion.swf width=540 height=450 type=application/x-shockwave-flash allowScriptAccess="never" allowNetworking="internal" wmode="transparent"> </DIV></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
********************************************************************************************************************************************
这是一款很简单,很有意思的相册,下面作一下制作代码说明
(一)表格:长宽根据图片来定(上面代码中红色的第一行)
通俗讲就是一个桌面或叫平台,把展现的东西(底图,羽化头像,透明FLASH)放在上面,
对照代码:
<TABLE style="WIDTH: 588px; HEIGHT: 693px" borderColor=darkblue bgColor=darkblue border=7>
.............................................................................................................................................................................
(二)背景图片:或叫底图,(相册中的月亮风景图片,上面代码中兰色的第五行)
对照代码:
<TABLE style="WIDTH: 559px; HEIGHT: 639px" height=639 width=559 background=http://i.blog.empas.
com/weblogin/22370391_1024x768.jpg boder="2">
.............................................................................................................................................................................
(三)羽化头像片:(在"最简单的代码演示之二"中已做说明,上面代码中绿色的第十行)
对照代码:
<DIV style="Z-INDEX: 2; LEFT: 0px; WIDTH: 526px; TOP: 30px; HEIGHT: 615px"><BR><IMG style="FILTER: alpha(style=2); WIDTH: 352px; HEIGHT: 519px" height=450 src="图像地址" width=400 align=right>
# 把自己的像片地址粘贴到代码中"图像地址"上即可
..............................................................................................................................................................................
(四)透明FLASH:或叫透明特效贴图,(相册上流动的星星,上面代码中橙黄色的)
对照代码:
<EMBED src=http://itemimgs.naver.com/skin/52/94/1009452_topmotion.swf width=540 height=450 type=application/x-shockwave-flash allowScriptAccess="never" allowNetworking="internal" wmode="transparent">
# 红色为"透明"地址,可换上自己喜欢的透明图地址
............................................................................................................................................................................