图片自动播放器脚本之家修正
图片自动播放器我们修正,可以兼容ff,发现些小问题,希望大家多多讨论,使用方法呢
代码如下:
ImgName=new ImgArray(3);
ImgName[0]="4.jpg";
ImgName[1]="1.jpg";
ImgName[2]="2.jpg";
ImgName[3]="3.jpg";
只需修改上面的地方即可,加了图片预载,转载请写明出处,剩下的大家来完善吧
图片自动播放器我们修正
function $(objectId) {
if(document.getElementById && document.getElementById(objectId)) {
// W3C DOM
return document.getElementById(objectId);
}
else if (document.all && document.all(objectId)) {
// MSIE 4 DOM
return document.all(objectId);
}
else if (document.layers && document.layers[objectId]) {
// NN 4 DOM.. note: this won't find nested layers
return document.layers[objectId];
}
else {
return false;
}
}
var goid=0;
var t=0;
var imglen;
function ImgArray(len)
{
this.length=len;
}
ImgName=new ImgArray(3);
ImgName[0]="4.jpg";
ImgName[1]="1.jpg";
ImgName[2]="2.jpg";
ImgName[3]="3.jpg";
imglen=ImgName.length;
var d=document;
if (d.images){
if(!d.dxypp) var dxypp=new Array();
var j=d.dxypp.length;
for(var ii=0;ii0 && t
body img{border:3px ridge gold; }
td,body {
color:#4b4b4b;
font-size:12px;
font-family:arial,sans-serif;
}
.photobox {
border-top: 2px dotted #C6CFBD;
border-left: 2px dotted #C6CFBD;
border-right: 2px dotted #C6CFBD;
border-bottom: 2px dotted #C6CFBD;
}
网贝博客图片自动播放器 |
播放频率:
1秒 |
=400) this.width=400;"> |
[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]