咖啡虫之家
我的日历
友情链接
访问计数
最新评论
获取RSS
我的 Blog:
[javascript]
[asp]
[常识]
[SQL]
[文学]
[Dreamweaver]
[网页设计]
[flash]
[片言碎语]
[php]
[web standard]
全站 Blog:
marquee的另类用法
Author:咖啡虫 PublishTime:2005-7-12
如果你对marquee还有生涩的话先看下边这篇文章
www.5dblog.com/user1/kafeichong/index.asp?id=5168
这是有趣的一种用法
<marquee direction="down" width="400" height="80" bgcolor="#f6f6f6"> <marquee direction="right" width="300" height="80%"> 咖啡虫在漂泊着! </marquee> </marquee>
[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]
再来添加个behavior="alternate"
scroll:是这个参数的默认值,根据direction设置的方向滚动,文本到头的话再重新来过
alternate:marquee的内容根据direction设置的方向滚动到达容器边缘后再按相反的方向滚动回来
,周而复始,形成循环
slid:marquee的内容根据direction设置的方向滚动,到边缘就停止不在滚动(唯一一次)
<marquee direction="up" width="350" height="80" behavior="alternate" bgcolor="#f6f688"> <marquee direction="left" width="300" height="100%" bdhavior="alternate"> 美丽的新世界,太阳下的河流永不停息! </marquee> </marquee>
[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]
还有更好的发挥
<table bgcolor="#EFEFEF"> <tr><td width="1" valign="top" > <marquee direction="down" behavior="alternate" scrollamount=1 height="60"> <marquee direction="right" scrollamount=4 behavior="alternate" width="468"> ≮『 屏幕上的代码 』≯ </marquee> </marquee> </td> <td width="468"> <marquee direction="up" behavior="alternate" scrollamount=1 height="60"> <marquee direction="left" scrollamount=4 behavior="alternate" width="468"> 体验编写代码的乐趣 Ξ 研究更深入的技术 </marquee> </marquee> </td></tr></table>
[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]
转摘于http://www.cnbruce.com/blog/showlog.asp?cat_id=5&log_id=651
分类于:
Dreamweaver
Powered by
5DBlog.com