행

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

· 2010-05-15 (토) 12:55:01 · 4138 · 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건
+
제목 글쓴이 날짜 조회
10-09-25 조회 2,704
10-09-19 조회 2,741
10-09-15 조회 2,743
10-09-15 조회 4,148
10-09-15 조회 3,366
10-09-15 조회 2,478
10-09-07 조회 3,591
10-08-27 조회 4,048
10-06-11 조회 4,205
10-05-31 조회 2,456
10-02-27 조회 4,988
10-02-09 조회 3,734
09-10-10 조회 7,325
09-03-19 조회 3,168
09-02-09 조회 3,448
09-02-09 조회 4,517
08-11-01 조회 2,899
08-09-29 조회 4,550
08-09-26 조회 3,507
08-09-26 조회 3,585
08-09-26 조회 2,720
08-09-26 조회 3,763
08-09-26 조회 3,484
08-09-26 조회 4,248
08-09-18 조회 3,559
08-09-09 조회 3,213
08-08-28 조회 2,754
08-07-06 조회 3,531
08-05-21 조회 4,685
08-05-13 조회 4,525
08-04-17 조회 4,898
08-02-19 조회 3,527
08-01-18 조회 3,831
08-01-10 조회 3,799
07-10-22 조회 3,640
07-10-09 조회 4,269
07-10-03 조회 3,495
07-07-06 조회 4,205
07-07-06 조회 4,418
07-07-06 조회 4,029
07-06-28 조회 3,553
07-06-05 조회 3,556
07-06-05 조회 4,099
07-05-30 조회 3,269
07-05-02 조회 3,679
07-04-15 조회 5,087
07-04-11 조회 3,618
07-04-05 조회 3,907
07-03-31 조회 3,141
07-03-31 조회 4,116
07-03-30 조회 3,720
07-03-24 조회 3,996
07-03-22 조회 3,649
07-03-12 조회 4,399
07-02-16 조회 3,256
07-02-14 조회 5,154
07-02-10 조회 3,982
07-02-09 조회 4,369
07-01-19 조회 4,030
07-01-16 조회 4,958
06-12-16 조회 5,824
06-11-30 조회 3,581
06-11-25 조회 3,682
06-10-15 조회 5,051
06-09-26 조회 5,295
06-09-26 조회 5,414
06-09-22 조회 4,247
06-09-21 조회 3,532
06-09-21 조회 3,616
06-09-02 조회 3,473
06-08-08 조회 5,105
06-07-20 조회 3,705
06-07-17 조회 3,337
06-07-13 조회 4,157
06-07-11 조회 3,452
06-07-11 조회 3,451
06-07-11 조회 3,823
06-06-29 조회 6,038
06-06-19 조회 6,438
06-06-02 조회 3,489
06-05-24 조회 4,979
06-05-14 조회 7,755
06-05-08 조회 3,868
06-02-02 조회 5,443
05-12-16 조회 4,490
05-12-05 조회 5,142
05-06-28 조회 4,092
05-04-11 조회 4,043
05-04-11 조회 4,237
05-04-11 조회 3,302
05-03-13 조회 3,207
05-03-12 조회 4,290
04-12-08 조회 7,766
04-12-01 조회 5,169
04-11-28 조회 3,324
04-11-28 조회 3,171
04-08-05 조회 5,597
04-08-05 조회 4,942
04-08-05 조회 5,540