作者TonyQ (骨头)
看板Web_Design
标题Re: [问题] HTML语言
时间Thu Nov 22 01:04:17 2007
※ 引述《yamboy (我要阳光)》之铭言:
: <marquee width=200 height=200 bgcolor=lightblue direction=up
: behavior=alternate scrollamount=+12>
: <marquee direction=right behavior=alternate scrollamount=15>
: <font color=black size=+2>●</font>
<font color=black size=+2>●●●</font>
: </marquee>
: </marquee>
: 这是我写的一个回力球的语法
: 想请问
: 如果我要让他有三颗球在跑
: 要怎样修改??
这样应该是最阳春的吧
其实你可以多几个 marquee去调整
像是
<marquee width=200 height=200 bgcolor=lightblue direction=up
behavior=alternate scrollamount=+12>
<marquee direction=right behavior=alternate scrollamount=15>
<font color=black size=+2>●</font>
</marquee>
<marquee direction=left behavior=alternate scrollamount=15>
<font color=black size=+2>●</font>
</marquee>
<marquee direction=left behavior=alternate scrollamount=10>
<font color=black size=+2>●</font>
</marquee>
</marquee>
把amount跟direction改一下 就又是一颗好球 XD
--
▄▅▆▇███▇▆▅▄▃ ╰┼╯─╮ ╮
◥███████████◣ ╰┼╯=│=│
◥██████───────◣ *. ╯ ╯ ╯ の 物 语 .*
◥███████──────◣ ~ ◢◣ ◢◣
◥██████───────◤ ◥◤* 空白的世界.翼
*◥◤
◥██▁▂▃▄▅▆▇███▆▅▄▃▂▂
~telnet://tony1223.no-ip.info
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 220.132.59.247
1F:推 bcse:虽然我不喜欢<marquee>,不过这个真是可爱 XD 11/22 02:08
2F:推 aqzb:推第一种方法XD 一开始看到也想这样回XD 11/22 19:10