欧美一区二区三区,国内熟女精品熟女A片视频小说,日本av网,小鲜肉男男GAY做受XXX网站

html搜索框如何向上移動

黃文隆2年前18瀏覽0評論

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