你好,我使用選取框從底部到頂部滾動。它工作正常,但它是從屏幕中間開始。但我需要從底部開始。如何開始選取框文字從屏幕底部開始?
<!DOCTYPE html>
<html>
<body>
<body bgcolor="#2E9AFE">
<marquee bgcolor="#2E9AFE" scrollamount="2" direction="up" loop="true">
<center> <font color="#ffffff"><strong> I AM HERE<br>
Vx.0<br><br>
DEVELOPER<br>
xxxxxx<br><br>
<br> CONTACT US<br>
xxxxxx</strong></font></center></marquee>
</body>
</html>
您正在使用一些相當過時的標籤和屬性。爲什麼HTML5被標記? –
然後建議我新的標籤,請 – KCRaju