无限图片分裂代码

 

无限图片分裂代码,点击可以查看大图
需      要: 0.0 金币
折      扣: 100 (% 折)
 
相关搜索: 图片分裂 
下载次数: 5
支持一下(1)
100.00%
踩一下(0)
0.00%
  • 下载等级:
  • 编  号: 20120319095934
  • 浏览器兼容IE6.0及以前,IE7.0,IE8.0,IE9.0,Firefox9.0及以前,Firefox10.0,Chrome17.0及以前,Chrome18.0,Opera
  • 更新日期: 2012-03-19
  • 大  小: 934.35K
  • 浏览次量: 1042
  • 开发者链接: 官网  演示
  • 相  关: 违规举报
  • 收  藏:( 0 人收藏) 加入收藏
  • 此内容校验人员: admin
分享到:   
fangjie  
 少尉 上传于/2012-03-19 10:05:08
四星会员   
   

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>25175,中国基础软件开发基地,软件开发基地,软件源码素材下载站</title>
<meta http-equiv="imagetoolbar" content="no">
<style type="text/css">
 html {
  overflow: hidden;
 }
 body {
  margin: 0px;
  padding: 0px;
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
 }
 .img{
  position:absolute;
  cursor: pointer;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
 }
 .frame {
  position: absolute;
  width: 50%;
  height: 50%;
 }
 #credit {
  position: absolute;
  color: #000;
  font-family: arial;
  font-size: 0.8em;
  width: 99%;
  text-align: right;
  bottom: 2px;
  z-index: 10000;
 }
 a {text-decoration: none;color:#fff;}
 a:hover {text-decoration: none;background:#ff8000;color:#fff;}
 a:visited {text-decoration: none;color:#fff;}
 a:visited:hover {text-decoration: none;background:#ff8000;color:#fff;}

</style>

<script type="text/javascript">

var src;

function div(o){
 function img(x,y){
  var d = document.createElement("div");
  d.className = "frame";
  d.style.left = 50*x+"%";
  d.style.top = 50*y+"%";
  var img = document.createElement("img");
  img.className = "img";
  img.src = src[Math.floor(Math.random()*src.length)].src;
  img.onmousedown = new Function("div(this.parentNode);this.parentNode.removeChild(this);");
  d.appendChild(img);
  o.appendChild(d);
 }
 img(0,0);
 img(1,0);
 img(0,1);
 img(1,1);
}

onload = function(){
 src = document.getElementById("images").getElementsByTagName("img");
 div(document.body);
}

</script>
</head>

<body>

<div id="images" style="display:none">
 <img src='img/200805220819290.jpg'>
 <img src='img/200805220819290.jpg'>
 <img src='img/200805220819290.jpg'>
 <img src='img/200805220818410.jpg'>
</div>

<div id="credit">
 ·home: <a href="http://www.25175.com/" target="_self" title="Interactive DHTML demos">www.25175.com </a>
 ·source: <a href="http://www.25175.com" target="_self" title="source code">code</a>
</div>

</body>
</html>
<br> 收集:<a href="http://www.25175.com/" target="_blank">25175</a>

 购买记录
wyfjowxf
新兵
kuuxoo
新兵
colour1126
新兵
gzpwudi
新兵
jganguly
新兵
会员评论:  

一、不得利用本站危害国家安全、泄露国家秘密,不得侵犯国家社会集体的和公民的合法权益,不得利用本站制作、复制和传播不法有害信息!

二、互相尊重,对自己的言论和行为负责。

  验证码:
 
反馈请帮助我们提高!意见反馈