FLASH原图:
将它做背景,并加上透明字:
代码:
<DIV style="LEFT: 0px; OVERFLOW: hidden; WIDTH: 530px; POSITION: relative; TOP: 0px; HEIGHT: 390px">
<DIV style="LEFT: -50px; POSITION: absolute; TOP: -50px"><EMBED src=http://cardimg.163.com/cards/diycard/front/front_116.swf width=630 height=480 type=application/octet-stream quality="high" wmode="transparent"></EMBED> </DIV>
<DIV style="LEFT: 80px; POSITION: absolute; TOP: 120px">
<TABLE cellSpacing=0 cellPadding=0 width=510 align=center border=0>
<TBODY>
<TR>
<TD style="FILTER: chroma(color=#ffff66)">
<DIV style="FILTER: glow(color=#00ff00 strength=5); WIDTH: 100%; COLOR: white"><FONT style="FONT-SIZE: 50pt; FONT-FAMILY: 华文新魏" color=#ffff66><B>心有千千结</B> </FONT></DIV></TD></TR></TBODY></TABLE></DIV></DIV>
将FLASH做背景的关键有两点:
1.FLASH一定要用透明代码,不然其他层放不上去.
2.FLASH一般都露出背景色,可将FLASH尺寸设定比表格大,然后将top: 和 left:设定负数来割去多余的背景色,以不露底为原则,割多了也影响美观