<marquee direction="left" hashmap="bottom" height="25" scrollamount="2" scrolldelay="100"
onMouseOver="this.scrollDelay=500" onMouseOut="this.scrollDelay=1" width="430">
我想在 这段代码加个 在垂直-底部 怎么写~~~~~~~~~~~~~
參考答案:不太懂,如果是想整个marquee全部都 垂直-底部 的话,应该在外面加个东西.
比如
<table width="200" border="1">
<tr>
<td height="200" valign="bottom">
<marquee direction="left" hashmap="bottom" height="25" scrollamount="2" scrolldelay="100"
onMouseOver="this.scrollDelay=500" onMouseOut="this.scrollDelay=1" width="430"> 35r34</marquee>
</td>
</tr>
</table>
td里面有个 valign="bottom" 就是了.
如果是里面的东西在底部就:
<marquee align="bottom" direction="left" hashmap="bottom" height="25" scrollamount="2" scrolldelay="100"
onMouseOver="this.scrollDelay=500" onMouseOut="this.scrollDelay=1" width="430"> 35r34</marquee>
加个 align="bottom" 就OK