比如网页特效梦工厂什么的
<Html>
<Head>
<title>跟随鼠标的滚动文字</title>
</Head>
<Body bgColor="#ffffff">
<!--将以下代码加入HTML的<Body></Body>之间-->
<script language="JavaScript1.2">
var scroller_msg='祝你生日快乐'
var dismissafter=0
var initialvisible=0
if (document.all)
document.write('<marquee id="curscroll" style="position:absolutewidth:150pxborder:1px solid #FF8000font-size:14ptfont-family:MS Sans Serifcolor:#000000background-color:#0000FFvisibility:hidden">'+scroller_msg+'</marquee>')
function followcursor(){
//move cursor function for IE
if (initialvisible==0){
curscroll.style.visibility="visible"
initialvisible=1
}
curscroll.style.left=document.body.scrollLeft+event.clientX+10
curscroll.style.top=document.body.scrollTop+event.clientY+10
}
function dismissmessage(){
curscroll.style.visibility="hidden"
}
if (document.all){
document.onmousemove=followcursor
document.ondblclick=dismissmessage
if (dismissafter!=0)
setTimeout("dismissmessage()",dismissafter*1000)
}
//-->
</script>
</Body>
</Html>
在软件上看的,可以随着鼠标滚动
祝你兄弟生日快乐!
又及: 这样的礼物是不是寒碜了点?
html5 canvas生日快乐贺卡背景动画特效在线制作生日贺卡
html5贺卡制作蛋糕动画电子生日贺卡模板
html5浪漫生日祝福电子贺卡网页模板html5css3js520表白七夕情人节
给公司员工怎么写生日贺卡 给公司员工贺卡
html5之家-html5动画电子生日贺卡特效
html5 canvas生日快乐贺卡背景动画特效
生日标签贺卡
编程开发 htmlcss 简单css绘制3d贺卡 .cardbefore .
制作一份html生日贺卡html贺卡
html5制作生日贺卡 html5贺卡
在线制作生日贺卡
如何用代码写一个生日快乐贺卡写一个生日贺卡
如何讲有关写生日贺卡 有关写贺卡
酒店给客人写生日贺卡酒店给客人贺卡
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)