网站建设|网站地图
南昌网站建设 > 资讯中心 > 新闻中心 > 网页制作 > 紫索科技
巧妙实现很酷的动态背景文字心得技巧教程

下面的效果别以为只有Flash才能做到,用Dreamweaver一样可以做!

首先建立一个层,放入文字并用上mask滤镜:

<div id="Layer1" style="font:40pt Arial Black;filter:mask(color=white);position:absolute; left:0px; top:0px; width:508px; height:120px; z-index:2">

建立一个层,写入<marquee>

<marquee behavior=scroll direction=right width=508 height=120 scrollamount=4 scrolldelay=0 >

最后插入图片即可!

全部的代码

<html>
<head>
<title>很酷的动态背景文字</title>
</head>
<body bgcolor="#FFFFFF" text="#000000" topmargin=0 leftmargin=0>
<div id="Layer1" style="font:40pt Arial Black;filter:mask(color=white);position:absolute; left:0px; top:0px; width:508px; height:120px; z-index:2">
<p>Dreamweaver</p>
</div>
<div id="Layer2" style="position:absolute; left:0px; top:0px; width:508px; height:120px; z-index:1">
<marquee behavior=scroll direction=right width=508 height=120 scrollamount=4 scrolldelay=0 >
<script language=javascript>
for(t=1;t<=1000;t++)
document.write("<img src=http://www.ccidnet.com/school/zhuan/3d/back.jpg>")
</script>
</marquee>
</div>
</body>
</html>

原文地址:http://www.zisuo.cn/news/巧妙实现很酷的动态背景文字心得技巧教程928.htm
文章整理:紫索科技--专业提供南昌网站建设九江网站制作服务
http://www.zisuo.cn
以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息。
上一篇:网页编程安全漏洞全接触心得技巧教程     下一篇:公司网站维护协议
返回列表
 
2012-8-1 1教您打造优秀网站三部曲
2011-11-25巧妙实现很酷的动态背景文字心得技巧教程
2011-11-25网页编程安全漏洞全接触心得技巧教程
2011-11-25实现浏览器全屏窗口的几种方法心得技巧教程
2011-11-25搜索引擎技术核心揭密心得技巧教程