행

이미지 마우스 온 버블 이펙트 2

· 2010-05-15 (토) 12:55:01 · 4139 · 2

제이쿼리 공부 좀 해야 겠습니다.

이와 유사한 팁이 있나 살펴 보았지만 제 눈에는 안 보이길래 올려 봅니다.

출처를 먼저 들어가서 보고 난 후에 필요하시다면 진행하시면 됩니다.
 
http://www.dynamicdrive.com/dynamicindex4/imagebubbles.htm 

<진행>

1. head.sub.php 에 아래를 삽입

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>

<link href="imgbubbles.css" rel="stylesheet" type="text/css" />

<style type="text/css">

/*CSS for 2 demos on the page*/
#orbs li{
width: 65px; /*width of image container. Should be wider than contained images (before bubbling) */
height:60px; /*height of image container. Should be taller than contained images (before bubbling) */
}

#orbs li img{
width: 55px; /*width of each image before bubbling*/
height: 60px; /*height of each image*/
}

#squares li{
width: 45px; /*width of image container. Must be wider than contained images (before bubbling) */
height:40px; /*height of image container. Must be taller than contained images (before bubbling) */
}

#squares li img{
width: 31px; /*width of each image before bubbling*/
height: 31px; /*height of each image*/
}

</style>

<script type="text/javascript" src="imgbubbles.js">

/***********************************************
* Image Bubbles effect- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/

</script>

<script type="text/javascript">

jQuery(document).ready(function($){
$('ul#orbs').imgbubbles({factor:1.75}) //add bubbles effect to UL id="orbs"
$('ul#squares').imgbubbles({factor:2.5}) //add bubbles effect to UL id="squares"
})

</script>

2. http://www.dynamicdrive.com/dynamicindex4/imagebubbles.htm 에서 js css 파일 다운로드

3. 아래 소스 중

<ul> <li> 소스만 뽑아 출력하고자 하는 곳에 가공해서 넣으면 됨

<h4>1.75x magnification</h4>
<ul id="orbs" class="bubblewrap">
<li><a href="http://dynamicdrive.com"><img src="orbs/stumbleupon.png" alt="Add to Stumbleupon" /></a></li>
<li><a href="http://dynamicdrive.com"><img src="orbs/facebook.png" alt="Add to Facebook" /></a></li>
<li><a href="http://dynamicdrive.com"><img src="orbs/digg.png" alt="Add to Digg" /></a></li>
<li><a href="http://dynamicdrive.com"><img src="orbs/twitter.png" alt="Add to Twitter" /></a></li>
<li><a href="http://dynamicdrive.com"><img src="orbs/rss.png" alt="Add RSS Feed" /></a></li>
</ul>


<h4>2.5x magnification</h4>
<ul id="squares" class="bubblewrap">
<li><a href="http://dynamicdrive.com"><img src="squares/facebook.png" alt="Add to Facebook" /></a></li>
<li><a href="http://dynamicdrive.com"><img src="squares/delicious.png" alt="Add to Delicious" /></a></li>
<li><a href="http://dynamicdrive.com"><img src="squares/digg.png" alt="Add to Digg" /></a></li>
<li><a href="http://dynamicdrive.com"><img src="squares/stumbleupon.png" alt="Add to Stumbleupon" /></a></li>
<li><a href="http://dynamicdrive.com"><img src="squares/rss.png" alt="Add RSS Feed" /></a></li>
<li><a href="http://dynamicdrive.com"><img src="squares/twitter.png" alt="Add to Twitter" /></a></li>
</ul>

 

[이 게시물은 관리자님에 의해 2011-10-31 16:55:28 jQuery에서 이동 됨]
|

댓글 2개

2010-08-10 (화) 11:07:35
유용한 소스입니다...감사합니다.
2012-02-29 (수) 23:12:42
감사합니다.
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

8,188건
+
제목 글쓴이 날짜 조회
12-08-29 조회 3,905
12-08-07 조회 3,573
12-08-03 조회 3,500
12-07-31 조회 3,615
12-07-30 조회 3,573
12-07-16 조회 3,781
12-07-15 조회 3,479
12-07-07 조회 3,477
12-07-06 조회 3,585
12-07-03 조회 3,630
12-06-29 조회 3,215
12-06-22 조회 3,581
12-06-17 조회 3,697
12-05-21 조회 3,772
12-05-02 조회 3,356
12-05-02 조회 4,147
12-05-02 조회 3,259
12-04-30 조회 3,411
12-04-30 조회 3,119
12-03-17 조회 3,935
12-03-10 조회 3,336
12-03-08 조회 3,753
12-03-03 조회 3,512
12-02-27 조회 4,926
12-02-17 조회 4,276
12-02-16 조회 4,427
12-02-03 조회 3,259
12-01-31 조회 3,006
12-01-24 조회 3,075
12-01-17 조회 3,830
12-01-05 조회 3,384
11-12-30 조회 3,001
11-12-23 조회 4,607
11-12-08 조회 3,364
11-12-07 조회 4,344
11-11-27 조회 3,771
11-11-25 조회 4,099
11-11-23 조회 3,486
11-11-22 조회 3,443
11-11-09 조회 3,174
11-10-23 조회 3,074
11-10-19 조회 3,052
11-10-08 조회 2,760
11-10-04 조회 2,773
11-10-04 조회 5,215
11-09-01 조회 4,273
11-08-13 조회 2,449
11-08-06 조회 3,139
11-07-11 조회 3,535
11-06-27 조회 2,904
11-06-21 조회 2,536
11-06-13 조회 2,354
11-06-07 조회 2,363
11-05-26 조회 2,360
11-04-20 조회 2,676
11-03-21 조회 2,766
11-03-18 조회 2,461
11-03-11 조회 2,500
11-02-07 조회 2,315
11-01-18 조회 2,638
11-01-12 조회 2,361
11-01-06 조회 2,481
10-12-10 조회 2,741
10-12-09 조회 2,400
10-12-08 조회 4,989
10-11-29 조회 2,526
10-11-28 조회 2,730
10-11-28 조회 2,586
10-11-19 조회 2,767
10-11-04 조회 2,677
10-10-21 조회 2,387
10-10-19 조회 3,337
10-10-12 조회 2,658
10-10-07 조회 2,468
10-09-30 조회 3,445
10-09-17 조회 3,841
10-09-17 조회 3,802
10-05-31 조회 3,472
09-12-31 조회 3,612
09-07-23 조회 4,918
08-09-16 조회 3,169
08-09-06 조회 2,889
08-09-04 조회 3,323
08-08-16 조회 4,376
08-08-15 조회 3,249
08-08-14 조회 4,459
08-08-12 조회 3,820
08-07-23 조회 2,745
08-07-10 조회 3,682
08-07-04 조회 2,913
08-06-27 조회 7,567
08-06-19 조회 4,853
08-05-27 조회 5,466
08-05-25 조회 5,295
08-05-23 조회 3,364
08-05-23 조회 4,504
08-05-21 조회 4,888
08-05-20 조회 4,013
08-05-20 조회 3,248
08-04-18 조회 4,279