5D艺术网首页
商城
|
资讯
|
作品
|
博客
|
教程
|
论坛
登录
注册
加为好友
发短消息
来自:
性别:秘密
最后登录:2008-10-28
http://kafeichong.5d.cn/
首页
|
新闻
|
话题
|
博客
|
相册
|
艺术作品
|
社交关系
|
留言板
|
社交圈
2005/07/12 | marquee的另类用法
类别(Dreamweaver)
|
评论
(2)
|
阅读(230)
|
发表于 00:37
如果你对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
0
评论
Comments
(
2
条)
[autumn]
2005/7/14 8:52:22
板凳
不错有意思!
[习习]
2005/7/12 11:48:18
沙发
你好我是习习!很高兴认识你!欢迎你来加入我们的 博客日志 QQ群 "⑨号球" QQ群号码:4084333
<<
1
立即注册5D通行证
Join 5D!
发表留言
post
正在发送...
Send...
游客
Guest
用 户
Name
:
密 码
Password
:
内 容
Comment
:
主 页
Homepage
:
验 证
Verify
:
换一个
change the code
日志分类
首页
[223]
javascript
[29]
asp
[62]
常识
[12]
SQL
[8]
文学
[2]
Dreamweaver
[22]
网页设计
[25]
flash
[20]
片言碎语
[21]
php
[6]
web standard
[16]