[网页制作]-本文简要: 有没有人在网页里看到过斜着滚动的marquee?没有吧,呵呵,今天教你一招斜着滚动的marquee ,看下面的代码即可实现。htmlhead/headbodymarquee behavīor='alternate' height='400' direction='up' scrollamoun...
D6电脑网 (d6pc.com): 网页的新颖效果 斜着滚动的marquee-网页制作有没有人在网页里看到过斜着滚动的marquee?没有吧,呵呵,今天教你一招斜着滚动的marquee ,看下面的代码即可实现。
<html>
<head>
</head>
<body>
<marquee behavīor="alternate" height="400" direction="up" scrollamount="3" scrolldelay="30" width="500" bgcolor="#3399FF">
<marquee behavīor="alternate" height="50" direction="left" scrollamount="3" scrolldelay="30" width="100%">
<font style="font-size: 35px">设计家园 http://www.dwww.cn</font>
</marquee>
</marquee>
</body>
</html>