国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

圖片翻轉效果具體實現代碼

2019-11-20 21:16:57
字體:
來源:轉載
供稿:網友
以下為程序代碼:
復制代碼 代碼如下:

<!DOCTYPE html />
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<title>圖片翻轉效果</title>
<style type="text/css">
.box {overflow:hidden;position:relative;}
.txt {width:100%;height:100%;background:#f51146;font-size:12px;position:absolute;top:-100%;color:white;
text-align:center;filter:alpha(Opacity=80);-moz-opacity:0.8;opacity:0.8;}
#b1 {background:url(http://biyuan.tk/u/upload/201310221457326875.jpg);width:232px;height:232px;}
#b2 {background:url(http://biyuan.tk/u/upload/201310221457486875.jpg);width:110px;height:110px;}
#b3 {background:url(http://biyuan.tk/u/upload/201310221458149843.jpg);width:110px;height:110px;}
</style>
</head>
<body>
<div id="obj">
<div class="box" id="b1"><div class="txt">文字說明<br />文字說明</br />文字</div></div>
<div class="box" id="b2"><div class="txt">文字說明<br />文字說明</br />文字</div></div>
<div class="box" id="b3"><div class="txt">文字說明<br />文字說明</br />文字</div></div>
</div>
<script type="text/javascript">
function Show(o, s, v){
clearInterval(Show.prototype["a" + v]);
Show.prototype["a" + v] = setInterval(function(){
if(s == -1) {
if(o.offsetTop <= -o.parentNode.offsetHeight) {
o.style.top = -o.parentNode.offsetHeight + "px";
return clearInterval(Show.prototype["a" + v]);
}
} else {
if(o.offsetTop >= -10) {
o.style.top = 0;
return clearInterval(Show.prototype["a" + v]);
}
}
o.style.top = (o.offsetTop * 1 + 10 * s) + "px";
}, 10);
}
var igs = document.getElementById('obj').getElementsByTagName("div");
for(var i = 0; i < igs.length; i ++) {
if(igs[i].className == "box") {
(function(x){
igs[x].onmouseover = function(){
Show(this.childNodes[0], 1, x);
this.onmouseout = function() {
Show(this.childNodes[0], -1, x);
}
}
})(i);
}
}
</script>
</body>
</html>

效果預覽:http://biyuan.tk/u/upload/201310221500310000.html
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 浮梁县| 定日县| 股票| 赤城县| 自治县| 瑞安市| 兰考县| 屏南县| 乌兰察布市| 中方县| 长垣县| 平顶山市| 南涧| 蒙阴县| 玉屏| 林西县| 株洲市| 福安市| 石屏县| 囊谦县| 朔州市| 泸州市| 施甸县| 崇左市| 乐昌市| 南召县| 鹰潭市| 二手房| 宁明县| 西和县| 宁都县| 桓台县| 泾阳县| 大石桥市| 昂仁县| 柳州市| 兰溪市| 桓台县| 兴国县| 普宁市| 友谊县|