- MVC与三层架构的异同点
- 用SQL删除重复记录的N种方法
- aspx 页面 包含html页面方法
- PHP Empty函数详解
- php input()
- DotNetTextBox使用
- index.php式伪静态_伪静态完美去掉index.php的方法
- string.format()用法
- 一段vbscript代码的解释
- 如何做网站内部优化
邮箱:
手机:15383239821
图片加透明FLASH及特效
一、图片加透明FLASH特效:
1、图片加单层透明FLASH效果
代码:
<P align=center>
<table height=400(图片高度) cellSpacing=0 cellPadding=0 width=500(图片宽度) background=http://www.rqsha.com/img2/a10.jpg(图片地址) border=0>
<tr>
<td><EMBED align=right src=http://imgfree.21cn.com/free/flash/113.swf(特效地址) width=500(特效宽度) height=400(特效高度) type=application/octet-stream ;; quality="high" wmode="transparent"> </EMBED></td>
</tr>
</table>
</P>
| 2、图片加两层透明FLASH效果:
代码如下: <P align=center> <table height=400 cellSpacing=0 cellPadding=0 width=500 background=http://www.rqsha.com/img2/a10.jpg border=0> <tr> <td><EMBED align=right src=http://imgfree.21cn.com/free/flash/113.swf width=500 height=400 type=application/octet-stream wmode="transparent" quality="high" ;;><EMBED align=right src=http://imgfree.21cn.com/free/flash/51.swf width=500 height=400 type=application/octet-stream ;; quality="high" wmode="transparent"></EMBED></td> </tr> </table> </P> |
二、矩形雾化效果:
1、没有加透明FLASH雾化效果
代码如下:
<P align=center>
<table border=0>
<tr>
<td style="FILTER: Alpha(opacity=100,style=3)" width=500 background=http://www.rqsha.com/img2/a11.jpg height=400></td>
</tr>
</TOBDY>
</table>
</P>
|
2、加一层透明FLASH雾化效果
代码如下: <P align=center> <table border=0> <tr> <td style="FILTER: Alpha(opacity=100,style=3)" width=500 background=http://www.rqsha.com/img2/a11.jpg height=400> <P><B><EMBED align=right src=http://imgfree.21cn.com/free/flash/4.swf width=500 height=400 type=application/octet-stream wmode="transparent" quality="high"></EMBED></B></P></td> </tr> </TOBDY> </table> </P>
|
|
3、加两层透明FLASH雾化效果:
代码如下: <P align=center> <table border=0> <tr> <td style="FILTER: Alpha(opacity=100,style=3)" width=500 background=http://www.rqsha.com/img2/a11.jpg height=400> <P><B><EMBED align=right src=http://imgfree.21cn.com/free/flash/4.swf width=500 height=400 type=application/octet-stream wmode="transparent" quality="high"><EMBED pluginspage=http://www.macromedia.com/go/getflashplayer align=right src=http://imgfree.21cn.com/free/flash/61.swf width=500 height=400 type=application/x-shockwave-flash quality="high" wmode="transparent"></EMBED></B></P></td> </tr> </TOBDY> </table> </P>
|
|
三、椭圆形雾化效果 1、没有加透明FLASH效果:
代码如下: <P align=center> <table border=0> <tr> <td style="FILTER: Alpha(opacity=100,style=2)" width=500 background=http://www.rqsha.com/img2/a8.jpg height=400></td> </tr> </TOBDY> </table> </P>
|
|
2、加一层透明FLASH效果
代码如下: <P align=center> <table border=0> <tr> <td style="FILTER: Alpha(opacity=100,style=2)" width=500 background=http://www.rqsha.com/img2/a8.jpg height=400> <P><B><EMBED align=right src=http://imgfree.21cn.com/free/flash/3.swf width=420 height=296 type=application/octet-stream quality="high" wmode="transparent"></EMBED></B></P></td> </tr> </TOBDY> </table> </P> |
|
3、加两层透明FLASH特效:
代码:
<P align=center> <table border=0> <tr> <td style="FILTER: Alpha(opacity=100,style=2)" width=500 background=http://www.rqsha.com/img2/a8.jpg height=400> <P><B><EMBED align=right src=http://imgfree.21cn.com/free/flash/3.swf width=500 height=400 type=application/octet-stream quality="high" wmode="transparent"><EMBED pluginspage=http://www.macromedia.com/go/getflashplayer align=right src=http://imgfree.21cn.com/free/flash/16.swf width=500 height=400 type=application/x-shockwave-flash quality="high" wmode="transparent"></EMBED></B></P></td> </tr> </TOBDY> </table> </P> |
-
2010-12-08如何做站内和站外锚文本链接或超级链接
-
2013-10-30全面比较HTTP GET与POST方法
-
2023-04-28DTO类
-
2013-04-25在vs2005中用sql语句访问access数据库出现replace函数未定义错误
-
2024-04-19添加WhatsApp链接教程
-
2011-04-15经典SQL语句大全之提升篇
