html搜索框如何向上移動?
html> <title>fasdas</title> <body> <marquee direction=up scrollamount=6 onmouseover="this.stop()" onmouseout="this.start()"> 這是一段 跑動 的文字.我經過它就能停下來.</marquee> <input type=button value=關閉窗口 onclick="window.close()"> <input type=button value=刷新 onclick="history.go(0)"> </body></html> 其中的scrollamount屬性可以改變速度.值小它就會變慢. height可以改變高度.direction可以改變方向