模板无忧
网页特效
每日更新
|
TOP排行榜
|
Tag标签
|
充值
无忧首页
网页模板
程序模板
建站教程
视频教程
网页特效
图标素材
字体下载
站长工具
站长问答
网页特效
菜单导航
图片特效
文本链接
层和布局
页面背景
表单按钮
日期时间
计算转换
键盘鼠标
浏览器
游戏娱乐
综合其它
常用代码
jQuery特效
Prototype
Ajax/JavaScript
ExtJS
CSS特效
在线编辑器
Mootools
HTML
JS广告代码合集
站长工具
站长常用软件
网站综合查询
Alexa排名查询
Google PR查询
域名Whois查询
网站收录查询
友情链接查询
CSS2中文手册
CSS精简优化工具
网页特效代码
模板无忧
>
网页特效
>
浏览器特效代码
>
收藏
分享
查看评论
浏览器
演示
从中央到四周的窗口切换效果_浏览器特效
查看演示效果
特效Tag:
窗口切换
添加
从中央到四周的窗口切换特效,以前学网页时候就很羡慕别人网页为什么这么花呢?原来如此。
<html> <head> <title>从中央到四周打开窗口</title> <meta http-equiv="mrc-Type" mrc="text/html;charset=gb2312"> <style> <!-- .intro{ position:absolute; left:0; top:0; layer-background-color:red; background-color:red; border:0.1px solid red } --> </style> </head> <body> <div id="i1" class="intro"></div><div id="i2" class="intro"></div> <script language="JavaScript1.2"> var speed=20 var temp=new Array() var temp2=new Array() if (document.layers){ for (i=1;i<=2;i++){ temp[i]=eval("document.i"+i+".clip") temp2[i]=eval("document.i"+i) temp[i].width=window.innerWidth/2 temp[i].height=window.innerHeight temp2[i].left=(i-1)*temp[i].width } } else if (document.all){ var clipright=document.body.clientWidth/2,clipleft=0 for (i=1;i<=2;i++){ temp[i]=eval("document.all.i"+i+".style") temp[i].width=document.body.clientWidth/2 temp[i].height=document.body.offsetHeight temp[i].left=(i-1)*parseInt(temp[i].width) } } function openit(){ window.scrollTo(0,0) if (document.layers){ temp[1].right-=speed temp[2].left+=speed if (temp[2].left>window.innerWidth/2) clearInterval(stopit) } else if (document.all){ clipright-=speed temp[1].clip="rect(0 "+clipright+" auto 0)" clipleft+=speed temp[2].clip="rect(0 auto auto "+clipleft+")" if (clipright<=0) clearInterval(stopit) } } function gogo(){ stopit=setInterval("openit()",100) } gogo() </script> </body> </html>
所属频道:
浏览器特效
/
更新时间:2013-05-19
[收藏]
[报错]
[返回列表]
相关
浏览器特效
:
JS判断客户端使用的访问设备并加载对应CSS
对输入文本框的内容作出检测
对链连接进行确认还能给出有关提示
检测浏览器去过站点
集成Cookies :能在页面显示用户的很多信息
显示随来访次数信息
禁用鼠标右键:禁用鼠标右键功能
离开页面,提示用户把本页添加到收藏夹
禁用鼠标左键:禁用鼠标左键功能
签名提示程序:提示用户签到,并在页面给出欢迎语
标题栏里的打字效果
检测出用户的IE浏览器所装插件数
浏览器特效Rss订阅
特效代码搜索
浏览器特效推荐
JavaScript让鼠标经过的每个文字都显示在状态栏上
打印
Ajax风格的一款网页Loading
输入指定字符,页面自动跳转
JavaScript打造有轨迹的拖动特效
弹出光驱
JS设置COOKIES并读取的一个实例
根据分辨率自动进入不同页面
真牛!用VML在网页上生成一幅梅花图
JavaScript指定时间弹出窗口
猜你也喜欢看这些
贪吃蛇游戏
敲砖头
TicTacToe人工智能版
二元方程计算器
JavaScript网页拼图游戏
打靶练习小游戏(可检测鼠标好坏)
射击
填空游戏 (不简单哟)
JavaScript撞球游戏
数格排序
相关链接:
复制本页链接
|
搜索从中央到四周的窗口切换效果
特效说明:
浏览器模板
-
从中央到四周的窗口切换效果
。