向右移动的文字.htm
来自「VBSCRIPT的源码,相信很多html程序员都会用到,这些源码小小变动一下,可」· HTM 代码 · 共 38 行
HTM
38 行
<html><head><title> 向右移动的文字</title></head><body bgcolor="#C0C0C0"><div ID="divMove"style="position:absolute;top:30%;text-align:center;font-size:20;font-weight:bold;color:#ff4678;"><p>向右移动的文字</p></div><script LANGUAGE="VBScript">Settimeout"move",100sub move if divMove.style.posleft>=450 then divMove.style.posleft=0 and divMove.style.posleft=divMove.style.posleft+0 else divMove.style.posleft=divMove.style.posleft+10end ifSettimeout"move",100end subsub divMove_onmouseover divMove.style.left=0 divMove.style.top=340 divMove.style.posleft=divMove.style.posleft+nullend sub</script><divstyle="position:absolute;top:88%;left:88%;text-align:center;font-size:20;font-weight:bold;color:#ff4678;font-family:cursive"></div></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?