js實(shí)現(xiàn)的圖片相冊彈出預(yù)覽特效源碼
632KB / 09-11
JS實(shí)現(xiàn)的帶縮略圖平滑滾動相冊特效源碼
317KB / 09-05
原生js帶縮略圖標(biāo)題文字描述的多組圖片相冊切換
3.7MB / 03-06
相冊的縱向選擇效果 JS代碼 JS縱向相冊效果 非常方便有用的JS代
92KB / 05-29
仿QQ空間相冊照片展示效果的JS代碼分享
1.06MB / 11-09
JS相冊,js幻燈片,傳入一個json就可以使用
901KB / 10-29
jQeury平移的相冊 JS代碼
1.3MB / 10-07
jQuery焦點(diǎn)幻燈,F(xiàn)ashion Photography js相冊源代碼
715KB / 10-07
ASP+jS 動感相冊
862KB / 05-27
帶后臺管理的ASP+jS動感相冊
862KB / 05-26
-
-
CSS3炫彩文字動畫背景特效源碼 CSS特效 / 402KB
-
超炫酷CSS3登錄界面動態(tài)特效源碼 CSS特效 / 253KB
-
-
-
CCS3制作的橙色帶陰影漸變背景傾斜文字特效源碼 CSS特效 / 22KB
-
CSS制作的發(fā)光霓虹效果文字特效源碼 CSS特效 / 115KB
-
-
-
詳情介紹
在網(wǎng)頁<head>區(qū)添加以下代碼
[code]
<style type="text/css">
#gallery {
width:750px;
height:550px;
margin:0 auto;
position:relative;
font-family:verdana, arial, sans-serif;
background:#fff;
}
#gallery #slides {position:absolute; right:10px; top:0; height:550px; width:92px; overflow:hidden; text-align:center; z-index:500;}
#gallery #slides div {width:92px; height:550px; position:relative; padding-top:10px;}
#gallery #slides div ul {padding:0; margin:0; list-style:none; width:92px; height:550px}
#gallery #slides div ul li {float:left; padding:1px 0; width:92px; height:69px;}
#gallery #slides div ul li a {display:block; width:92px; height:69px; float:left;}
#gallery #slides div ul li a b {display:none;}
#gallery #slides div ul li a.previous {background:url(double-click/up.png) no-repeat center center;}
#gallery #slides div ul li a.next {background:url(double-click/down.png) no-repeat center center;}
#gallery #slides div ul li a img {display:block; width:92px; height:69px; border:0;}
#gallery #slides div ul li img.blank {margin:0 auto; padding-top:11px;}
#gallery #slides div ul li a:focus {outline:0;}
#gallery #fullsize {position:absolute; left:0; top:0; height:550px; width:750px; overflow:hidden; text-align:center; z-index:200;}
#gallery #fullsize div {width:750px; height:700px; padding-top:70px; position:relative;}
#gallery #fullsize div img {clear:both; display:block; margin:0 auto; border:1px solid #eee; width:480px; height:360px; position:relative; background:#fff; padding:10px;}
#gallery #fullsize div h3 {padding:10px 0 0 0; margin:0; font-size:18px;}
#gallery #fullsize div p {padding:5px 135px; margin:0; font-size:12px; line-height:18px;}
</style>
[/code]
在網(wǎng)頁<body>區(qū)添加以下代碼
[code]
<div id="gallery">
<div id="slides">
<div id="slide1">
<ul>
<li><img class="blank" src="double-click/upx.png" alt="" /></li>
<li><a href="#pic1"><img src="double-click/pic1.jpg" alt="Winter branches" /></a></li>
<li><a href="#pic2"><img src="double-click/pic2.jpg" alt="Wading birds" /></a></li>
<li><a href="#pic3"><img src="double-click/pic3.jpg" alt="Bird on a post" /></a></li>
<li><a href="#pic4"><img src="double-click/pic4.jpg" alt="Early bloomers" /></a></li>
<li><a href="#pic5"><img src="double-click/pic5.jpg" alt="Green lizard" /></a></li>
<li><a href="#slide2" class="next"><b>Next</b></a></li>
</ul>
</div>
<div id="slide2">
<ul>
<li><a href="#slide1" class="previous"><b>Previous</b></a></li>
<li><a href="#pic2"><img src="double-click/pic2.jpg" alt="Wading birds" /></a></li>
<li><a href="#pic3"><img src="double-click/pic3.jpg" alt="Bird on a post" /></a></li>
<li><a href="#pic4"><img src="double-click/pic4.jpg" alt="Early bloomers" /></a></li>
<li><a href="#pic5"><img src="double-click/pic5.jpg" alt="Green lizard" /></a></li>
<li><a href="#pic6"><img src="double-click/pic6.jpg" alt="Feeding the birds" /></a></li>
<li><a href="#slide3" class="next"><b>Next</b></a></li>
</ul>
</div>
<div id="slide3">
<ul>
<li><a href="#slide2" class="previous"><b>Previous</b></a></li>
<li><a href="#pic3"><img src="double-click/pic3.jpg" alt="Bird on a post" /></a></li>
<li><a href="#pic4"><img src="double-click/pic4.jpg" alt="Early bloomers" /></a></li>
<li><a href="#pic5"><img src="double-click/pic5.jpg" alt="Green lizard" /></a></li>
<li><a href="#pic6"><img src="double-click/pic6.jpg" alt="Feeding the birds" /></a></li>
<li><a href="#pic7"><img src="double-click/pic7.jpg" alt="A group of butterflies" /></a></li>
<li><a href="#slide4" class="next"><b>Next</b></a></li>
</ul>
</div>
<div id="slide4">
<ul>
<li><a href="#slide3" class="previous"><b>Previous</b></a></li>
<li><a href="#pic4"><img src="double-click/pic4.jpg" alt="Early bloomers" /></a></li>
<li><a href="#pic5"><img src="double-click/pic5.jpg" alt="Green lizard" /></a></li>
<li><a href="#pic6"><img src="double-click/pic6.jpg" alt="Feeding the birds" /></a></li>
<li><a href="#pic7"><img src="double-click/pic7.jpg" alt="A group of butterflies" /></a></li>
<li><a href="#pic8"><img src="double-click/pic8.jpg" alt="Ladybirds" /></a></li>
<li><a href="#slide5" class="next"><b>Next</b></a></li>
</ul>
</div>
<div id="slide5">
<ul>
<li><a href="#slide4" class="previous"><b>Previous</b></a></li>
<li><a href="#pic5"><img src="double-click/pic5.jpg" alt="Green lizard" /></a></li>
<li><a href="#pic6"><img src="double-click/pic6.jpg" alt="Feeding the birds" /></a></li>
<li><a href="#pic7"><img src="double-click/pic7.jpg" alt="A group of butterflies" /></a></li>
<li><a href="#pic8"><img src="double-click/pic8.jpg" alt="Ladybirds" /></a></li>
<li><a href="#pic9"><img src="double-click/pic9.jpg" alt="Butterfly" /></a></li>
<li><a href="#slide6" class="next"><b>Next</b></a></li>
</ul>
</div>
<div id="slide6">
<ul>
<li><a href="#slide5" class="previous"><b>Previous</b></a></li>
<li><a href="#pic6"><img src="double-click/pic6.jpg" alt="Feeding the birds" /></a></li>
<li><a href="#pic7"><img src="double-click/pic7.jpg" alt="A group of butterflies" /></a></li>
<li><a href="#pic8"><img src="double-click/pic8.jpg" alt="Ladybirds" /></a></li>
<li><a href="#pic9"><img src="double-click/pic9.jpg" alt="Butterfly" /></a></li>
<li><a href="#pic10"><img src="double-click/pic10.jpg" alt="Trees in the mist" /></a></li>
<li><img class="blank" src="double-click/downx.png" alt="" /></li>
</ul>
</div>
</div>
<div id="fullsize">
<div id="pic1">
<img src="double-click/pic1.jpg" alt="Winter branches" />
<h3>Winter branches</h3>
<p>Followed by some descriptive text and maybe a <a href="//www.sharejs.com/">link</a>.</p>
</div>
<div id="pic2">
<img src="double-click/pic2.jpg" alt="Wading birds" />
<h3>Wading birds</h3>
<p>Another piece of descriptive text and again a <a href="//www.sharejs.com/">link</a>.</p>
</div>
<div id="pic3">
<img src="double-click/pic3.jpg" alt="Bird on a post" />
<h3>Bird on a post</h3>
<p>Yet more descriptive text and maybe a <a href="//www.sharejs.com/">link</a>.</p>
</div>
<div id="pic4">
<img src="double-click/pic4.jpg" alt="Early bloomers" />
<h3>Early bloomers</h3>
<p>And another line of descriptive text and maybe a <a href="//www.sharejs.com/">link</a>.</p>
</div>
<div id="pic5">
<img src="double-click/pic5.jpg" alt="Green lizard" />
<h3>Green lizard</h3>
<p>With descriptive text and maybe a <a href="//www.sharejs.com/">link</a>.</p>
</div>
<div id="pic6">
<img src="double-click/pic6.jpg" alt="Feeding the birds" />
<h3>Feeding the birds</h3>
<p>A description of the picture can go here with a <a href="//www.sharejs.com/">link</a>.</p>
</div>
<div id="pic7">
<img src="double-click/pic7.jpg" alt="A group of butterflies" />
<h3>A group of butterflies</h3>
<p>Descriptive text and maybe a <a href="//www.sharejs.com/">link</a>.</p>
</div>
<div id="pic8">
<img src="double-click/pic8.jpg" alt="Ladybirds" />
<h3>Ladybirds</h3>
<p>The text can be over as many lines as you want, but you may need to adjust the size of the containing div to make sure that it can all be seen. The <a href="//www.sharejs.com/">link</a> can be used if you want.</p>
</div>
<div id="pic9">
<img src="double-click/pic9.jpg" alt="Butterfly" />
<h3>Butterfly</h3>
<p>Followed by some descriptive text and maybe a <a href="//www.sharejs.com/">link</a>.</p>
</div>
<div id="pic10">
<img src="double-click/pic10.jpg" alt="Trees in the mist" />
<h3>Trees in the mist</h3>
<p>Another piece of descriptive text and maybe a <a href="//www.sharejs.com/">link</a>.</p>
</div>
</div>
</div>
[/code]
下載地址
人氣腳本
相關(guān)文章
-
純css實(shí)現(xiàn)的3D立體雞蛋動畫視覺效果源碼【帶光照與陰影】
一個基于純css實(shí)現(xiàn)的3D立體視覺效果雞蛋動畫源碼,畫面中的一個平面上并排豎立著3個雞蛋,雞蛋呈現(xiàn)出有規(guī)律的左右搖擺動作,同時雞蛋上方有光照在雞蛋上形成反射,下方還有光照...
-
CSS3炫彩文字動畫背景特效源碼
是一段以i love you英文字母為示例制作的炫彩文字動畫效果代碼,字母表面游彩虹色彩流動,非常有意思,可以根據(jù)自身需求更換文字,歡迎對此效果感興趣的朋友前來下載參考...
-
超炫酷CSS3登錄界面動態(tài)特效源碼
利用css3+html5實(shí)現(xiàn)超炫酷的登錄動態(tài)頁面特效,頁面功能包含有登錄默認(rèn)提示、驗(yàn)證碼,動態(tài)登錄成功提示等,炫酷又好用...
-
CSS3實(shí)現(xiàn)的倒計(jì)時警報(bào)燈樣式特效源碼
CSS3倒計(jì)時警報(bào)燈樣式代碼是一款基于js跟css3實(shí)現(xiàn)的個性警報(bào)燈倒計(jì)時特效,歡迎感興趣的朋友前來下載參考...
-
CSS3實(shí)現(xiàn)的圣誕老人說話表情動畫特效
是一段基于CSS3制作的圣誕節(jié)圣誕老人人物動畫效果代碼,圣誕節(jié)快要來臨了,感興趣的朋友們可以下載參考...
-
CCS3制作的橙色帶陰影漸變背景傾斜文字特效源碼
是一段基于css3實(shí)現(xiàn)的橙色帶陰影漸變背景傾斜文字效果代碼,網(wǎng)頁中你可以自己更改編輯,簡單實(shí)用,歡迎對此效果感興趣的朋友前來參考...
下載聲明
☉ 解壓密碼:chabaoo.cn 就是本站主域名,希望大家看清楚,[ 分享碼的獲取方法 ]可以參考這篇文章
☉ 推薦使用 [ 迅雷 ] 下載,使用 [ WinRAR v5 ] 以上版本解壓本站軟件。
☉ 如果這個軟件總是不能下載的請?jiān)谠u論中留言,我們會盡快修復(fù),謝謝!
☉ 下載本站資源,如果服務(wù)器暫不能下載請過一段時間重試!或者多試試幾個下載地址
☉ 如果遇到什么問題,請?jiān)u論留言,我們定會解決問題,謝謝大家支持!
☉ 本站提供的一些商業(yè)軟件是供學(xué)習(xí)研究之用,如用于商業(yè)用途,請購買正版。
☉ 本站提供的純CSS實(shí)現(xiàn)帶上下滾動和縮略預(yù)覽圖的相冊效果(無js)資源來源互聯(lián)網(wǎng),版權(quán)歸該下載資源的合法擁有者所有。