分析javascript縱向的相冊效果
來源:易賢網 閱讀:946 次 日期:2014-08-15 16:52:05
溫馨提示:易賢網小編為您整理了“分析javascript縱向的相冊效果”,方便廣大網友查閱!

本代碼來自于懶人圖庫,本站只是對其代碼進行分析并解釋,并標注了源代碼的來源,本次是對縱向的相冊效果進行分析.

注明:源文件來源于懶人圖庫(便于代碼簡潔,去除了部分懶人的ad)

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />

<title>縱向的JS相冊效果</title>

<style>

body {background:#000000;margin:20px 0;font:12px Verdana, Arial, Tahoma;text-align:center;vertical-align:middle;color:#FFFFFF}

img {border:none}

.txt_1 {font:bold 24px Verdana, Tahoma;color:#fff}

img.thumb_img {cursor:pointer;display:block;margin-bottom:10px}

img#main_img {cursor:pointer;display:block;}

#gotop {cursor:pointer;display:block;}

#gobottom {cursor:pointer;display:block;}

#showArea {height:355px;margin:10px;overflow:hidden}

.info {color:#666;font:normal 9px Verdana;margin-top:20px}

.info a:link, .info a:visited {color:#666;text-decoration:none}

.info a:hover {color:#fff;text-decoration:none}

</style>

</head>

<body>

<table width="760" border="0" align="center" cellpadding="0" cellspacing="5">

<tr>

<td height="75" colspan="2" align="left" class="txt_1">縱向的JS相冊效果</td><!--<網站制作學習網Foasp.cn>-->

</tr>

<tr>

<td width="640" align="center"><img src="images/03.jpg" URL width="640" height="400" border="0" id="main_img" rel="images/03.jpg" link="URL" /><!--這是展示整個大圖--></td>

<td width="110" align="center" valign="top">

<img src="images/gotop.gif" width="100" height="14" id="gotop" /><!--上邊的按鈕-->

<div id="showArea">

 <img src="images/01.jpg"  width="80" height="50" border="0" class="thumb_img" rel="images/01.jpg" link="URL" />

 ......省略n個圖片

 <img src="images/02.jpg"  width="80" height="50" border="0" class="thumb_img" rel="images/02.jpg" link="URL" /><!--設置rel后圖片可以有l(wèi)ink的連接,點擊直接跳轉-->

 

</div>

<img src="images/gobottom.gif" width="100" height="14" id="gobottom" /><!--下邊的按鈕--></td>

</tr>

</table>

</body>

</html>

<script language="javascript" type="text/javascript">

function $(e) {return document.getElementById(e);}//定義獲取通過對象

document.getElementsByClassName = function(cl) {//定義document的通過ClassName來獲得對象數組

var retnode = [];//定義空數組

var myclass = new RegExp(cl);//通過正則上面?zhèn)鱽淼腸l值來判斷對象

var elem = this.getElementsByTagName('*');

for (var i = 0; i < elem.length; i++) {

 var classes = elem[i].className;//如果classname符合正則則添加到定義的空數組

 if (myclass.test(classes)) retnode.push(elem[i]);

}

return retnode;//最后返回數組

}

var MyMar;

var speed = 1; //速度,越大越慢

var spec = 1; //每次滾動的間距, 越大滾動越快

var ipath = 'images/'; //圖片路徑

var thumbs = document.getElementsByClassName('thumb_img');//獲取以"thumb_img"的數組

for (var i=0; i<thumbs.length; i++) {

thumbs[i].onmouseover = function () {$('main_img').src=this.rel; $('main_img').link=this.link;};//循環(huán)對對象進行附加事件

thumbs[i].onclick = function () {location = this.link}

}

$('main_img').onclick = function () {window.open(this.link);}//對中間的大圖進行附加事件

$('gotop').onmouseover = function() {this.src = ipath + 'gotop2.gif'; MyMar=setInterval(gotop,speed);}

$('gotop').onmouseout = function() {this.src = ipath + 'gotop.gif'; clearInterval(MyMar);}

$('gobottom').onmouseover = function() {this.src = ipath + 'gobottom2.gif'; MyMar=setInterval(gobottom,speed);}

$('gobottom').onmouseout = function() {this.src = ipath + 'gobottom.gif'; clearInterval(MyMar);}

function gotop() {$('showArea').scrollTop-=spec;}//設定鼠標移動到上下按鈕時,圖片的整體滾動<網站制作學習網Foasp.cn>

function gobottom() {$('showArea').scrollTop+=spec;}

</script>

更多信息請查看IT技術專欄

更多信息請查看腳本欄目
易賢網手機網站地址:分析javascript縱向的相冊效果

2025國考·省考課程試聽報名

  • 報班類型
  • 姓名
  • 手機號
  • 驗證碼
關于我們 | 聯系我們 | 人才招聘 | 網站聲明 | 網站幫助 | 非正式的簡要咨詢 | 簡要咨詢須知 | 加入群交流 | 手機站點 | 投訴建議
工業(yè)和信息化部備案號:滇ICP備2023014141號-1 云南省教育廳備案號:云教ICP備0901021 滇公網安備53010202001879號 人力資源服務許可證:(云)人服證字(2023)第0102001523號
聯系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關注公眾號:hfpxwx
咨詢QQ:526150442(9:00—18:00)版權所有:易賢網