DW中marquee的问题!急!!!!
<html><body><marqueebehavior="alternate"height="300"direction="up"scrollamount="3"scr...
<html>
<body>
<marquee behavior="alternate" height="300" direction="up" scrollamount="3" scrolldelay="10" width="300" bgcolor="#FFFF99">
<marquee behavior="alternate" height="300" width="300" direction="left" scrollamount="3" scrolldelay="10">
<font style="font-size:36px">hello</font>
</marquee>
</body>
</html>
这段代码在DW中第一次编写好后可以正常使用,文字hello会在向上然后向左滚动,后来删掉Html文档了,后来新建了一个文档还是这段代码,文字hello就只是向左滚动,而不向上滚动了 展开
<body>
<marquee behavior="alternate" height="300" direction="up" scrollamount="3" scrolldelay="10" width="300" bgcolor="#FFFF99">
<marquee behavior="alternate" height="300" width="300" direction="left" scrollamount="3" scrolldelay="10">
<font style="font-size:36px">hello</font>
</marquee>
</body>
</html>
这段代码在DW中第一次编写好后可以正常使用,文字hello会在向上然后向左滚动,后来删掉Html文档了,后来新建了一个文档还是这段代码,文字hello就只是向左滚动,而不向上滚动了 展开
2个回答
展开全部
楼上的说的不对,按你的方法改完之后就只能向上滚动了。正确的修改方法是把第二个<marquee>中的height属性改的小一点,比如20,这样就能实现你要的效果了。
把代码<marquee behavior="alternate" height="300" width="300" direction="left" scrollamount="3" scrolldelay="10">
改为<marquee behavior="alternate" height="20" width="300" direction="left" scrollamount="3" scrolldelay="10">
把代码<marquee behavior="alternate" height="300" width="300" direction="left" scrollamount="3" scrolldelay="10">
改为<marquee behavior="alternate" height="20" width="300" direction="left" scrollamount="3" scrolldelay="10">
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
代码重复了 而已 上面的marquee 去掉
<html>
<body>
<marquee behavior="alternate" height="300" width="300" direction="up" scrollamount="3"
scrolldelay="10" bgcolor="#FFFF99">
<font style="font-size:36px">hello</font>
</marquee>
</body>
</html>
<html>
<body>
<marquee behavior="alternate" height="300" width="300" direction="up" scrollamount="3"
scrolldelay="10" bgcolor="#FFFF99">
<font style="font-size:36px">hello</font>
</marquee>
</body>
</html>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询