首页  >  文章  >  web前端  >  js实现的跟随鼠标移动的时钟效果(中英文日期显示)_页面背景

js实现的跟随鼠标移动的时钟效果(中英文日期显示)_页面背景

WBOY
WBOY原创
2016-05-16 18:11:561031浏览

中文日期限制

'); document.write(''); document.write('
'); for (i=0; i '+props+Face[i]+'
'); document.write('
'); document.write('
'); for (i=0; i '+H[i]+'
'); document.write('
'); document.write('
'); for (i=0; i '+M[i]+'
'); document.write('
') document.write('
'); for (i=0; i '+S[i]+'
'); document.write('
') } (ns)?window.captureEvents(Event.MOUSEMOVE):0; function Mouse(evnt){ ymouse = (ns)?evnt.pageY+ClockFromMouseY-(window.pageYOffset): event.y+ClockFromMouseY; xmouse = (ns)?evnt.pageX+ClockFromMouseX:event.x+ClockFromMouseX; } (ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse; function ClockAndAssign(){ time = new Date (); secs = time.getSeconds(); sec = -1.57 + Math.PI * secs/30; mins = time.getMinutes(); min = -1.57 + Math.PI * mins/30; hr = time.getHours(); hrs = -1.575 + Math.PI * hr/6+Math.PI*parseInt(time.getMinutes())/360; if (ie){ Od.style.top=window.document.body.scrollTop; Of.style.top=window.document.body.scrollTop; Oh.style.top=window.document.body.scrollTop; Om.style.top=window.document.body.scrollTop; Os.style.top=window.document.body.scrollTop; } for (i=0; i
[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]
英文日期显示:
'); document.write(''); document.write('
'); for (i=0; i '+props+Face[i]+'
'); document.write('
'); document.write('
'); for (i=0; i '+H[i]+'
'); document.write('
'); document.write('
'); for (i=0; i '+M[i]+'
'); document.write('
') document.write('
'); for (i=0; i '+S[i]+'
'); document.write('
') } (ns)?window.captureEvents(Event.MOUSEMOVE):0; function Mouse(evnt){ ymouse = (ns)?evnt.pageY+ClockFromMouseY-(window.pageYOffset):event.y+ClockFromMouseY; xmouse = (ns)?evnt.pageX+ClockFromMouseX:event.x+ClockFromMouseX; } (ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse; function ClockAndAssign(){ time = new Date (); secs = time.getSeconds(); sec = -1.57 + Math.PI * secs/30; mins = time.getMinutes(); min = -1.57 + Math.PI * mins/30; hr = time.getHours(); hrs = -1.575 + Math.PI * hr/6+Math.PI*parseInt(time.getMinutes())/360; if (ie){ Od.style.top=window.document.body.scrollTop; Of.style.top=window.document.body.scrollTop; Oh.style.top=window.document.body.scrollTop; Om.style.top=window.document.body.scrollTop; Os.style.top=window.document.body.scrollTop; } for (i=0; i
[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]
声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
上一篇:Javascript在IE下设置innerHTML时出现未知的运行时错误的解决方法_javascript技巧下一篇:myFocus slide3D v1.1.0 使用方法与下载_javascript技巧

相关文章

查看更多