Html如何实现大段文字慢慢往上移动的效果
大段文字慢慢地往上移动的效果,如果能实现淡入淡出效果就更好了,圣诞前想做出来,多谢大家了。非常感谢追加20分...
大段文字慢慢地往上移动的效果,如果能实现淡入淡出效果就更好了,圣诞前想做出来,多谢大家了。
非常感谢 追加20分 展开
非常感谢 追加20分 展开
1个回答
展开全部
<html>
<title>fasdas</title>
<body>
<marquee direction=up scrollamount=6 onmouseover="this.stop()" onmouseout="this.start()">
这是一段 跑动 的文字.我经过它就能停下来.</marquee>
<input type=button value=关闭窗口 onclick="window.close()">
<input type=button value=刷新 onclick="history.go(0)">
</body></html>
其中的scrollamount属性可以改变速度.值小它就会变慢.
height可以改变高度.direction可以改变方向
<title>fasdas</title>
<body>
<marquee direction=up scrollamount=6 onmouseover="this.stop()" onmouseout="this.start()">
这是一段 跑动 的文字.我经过它就能停下来.</marquee>
<input type=button value=关闭窗口 onclick="window.close()">
<input type=button value=刷新 onclick="history.go(0)">
</body></html>
其中的scrollamount属性可以改变速度.值小它就会变慢.
height可以改变高度.direction可以改变方向
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |