热门标签:   个人网站   个人网页   WAP网站   网页特效   网页教程   收藏本站   设为主页  
首 页   个人网站   个人博客   WAP网站   网页特效   网页教程   软件教程   我要参展
帐 号: 密 码:
 
网站及资源搜索:  
 
  当前位置 > 中国个人网页秀-> 网页特效-> 页面特效-> 图形图像-> 全屏游动的图片
全屏游动的图片
整理:Cnwshow.Com   来源:Internet   整理时间:2008-7-12

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>全屏游动的图片</title>
</head>

<body>
<SCRIPT LANGUAGE="JavaScript1.2">
<!--


//1) specify path to image//图片的路径
var imagepath="../../logo.gif"

//2) specify image dimensions//图片的大小
var imagewidth=88
var imageheight=31

//3) change this to adjust speed (lower is slower)//速度
var speed=8;

//4) configure what should happen when user clicks on image
//A value of "dismiss" will dismiss it, while a URL will cause the browser to navigate to it
var imageclick="dismiss"

//5) Finally, configure when the image should automatically disappear, in seconds (0=perpetual)
var hideafter=0

////No editing required beyond this point/////////////////

var isie=0;
if(window.navigator.appName=="Microsoft Internet Explorer"&&window.navigator.appVersion.substring(window.navigator.appVersion.indexOf("MSIE")+5,window.navigator.appVersion.indexOf("MSIE")+8)>=5.5) {
  isie=1;
}
else {
  isie=0;
}

if(isie){
var preloadit=new Image()
preloadit.src=imagepath
}


function pop() {
  if(isie) {
    x=x+dx;y=y+dy;
    oPopup.show(x, y, imagewidth, imageheight);
    if(x+imagewidth+5>screen.width) dx=-dx;
    if(y+imageheight+5>screen.height) dy=-dy;
    if(x<0) dx=-dx;
    if(y<0) dy=-dy;
    startani=setTimeout("pop();",50);
  }
}

function dismisspopup(){
clearTimeout(startani)
oPopup.hide()
}

function dowhat(){
if (imageclick=="dismiss")
dismisspopup()
else
window.location=imageclick
}


if(isie) {
  var x=0,y=0,dx=speed,dy=speed;
  var oPopup = window.createPopup();
  var oPopupBody = oPopup.document.body;
  oPopupBody.style.cursor="hand"
  oPopupBody.innerHTML = '<IMG SRC="'+preloadit.src+'">';
  oPopup.document.body.onmouseover=new Function("clearTimeout(startani)")
  oPopup.document.body.onmouseout=pop
  oPopup.document.body.onclick=dowhat
  pop();

if (hideafter>0)
setTimeout("dismisspopup()",hideafter*1000)
}


// -->
</SCRIPT>
</body>
</html>

运行代码预览特效
  图形图像 热门点击
·自由变化大小的图片
·给图片加注释
·像篮球一样跳动的图片
·向上下左右滚动图片的特效
·图片翻页效果代码
·鼠标让图片震动
·水中倒影
·图片渐渐显隐
·图片渐渐显示
·全屏游动的图片
  酷站推荐
关于本站  联系本站  免责声明  使用帮助  网站搜索  网站地图
Copyright © 2005-2008 Cnwshow.Com Inc All Rights Reserved 中国个人网页秀
技术支持:网秀科技   QQ群:9115060  客服QQ:151483161  粵ICP备05134415号