资料
表格
制度
合同
管理
职场
经营
创业
范文
总结
计划
作文
文章
美文
词句
教程
模板
图片
字体
图标
办公
人事
财务
生产
管理资源吧首页
>>>
教程
>>>
编程
>>>
JavaScript教程
>>>
javascript实现的颜色块滑动的动态效果
<html> <head> <meta name="GENERATOR" content="Microsoft FrontPage 6.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>页页装载效果</title> </head> <body> <style type="text/css"> #color div { width:5px; height:5px; float:left; margin:0 2px; } </style> <div id="color"> <div style="background:'gray'"></div> <div style="background:'gray'"></div> <div style="background:'gray'"></div> <div style="background:'gray'"></div> <div style="background:'gray'"></div> <div style="background:'gray'"></div> </div> <img src="/_New/_cj/myeditor/sysimage/space.gif" class="ewebeditor__script" _ewebeditor_fake_tag="script" _ewebeditor_fake_value="%3Cscript%3E%20%0D%0Avar%20v%3Ddocument.getElementsByTagName('div')%3B%20%0D%0Avar%20i%3Dv.length-1%3B%20%0D%0Afunction%20chg_col()%7B%20%0D%0Aq%3D(i%3C%3D1)%3Fv.length-1%3Ai-1%20%0D%0Adocument.getElementsByTagName('div')%5Bq%5D.style.background%3D%22gray%22%20%0D%0Adocument.getElementsByTagName('div')%5Bi%5D.style.background%3D%22red%22%20%0D%0Ai%3D(i%3E%3Dv.length-1)%3F1%3Ai%2B1%20%0D%0AsetTimeout(%22chg_col()%22%2C200)%20%0D%0A%7D%20%0D%0Achg_col()%20%0D%0A%3C%2Fscript%3E"> </body> </html>
[Ctrl+A 全选 注:
如需引入外部Js需刷新才能执行
]
教程首页
更多教程