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可以改变方向