½ÃÀÛÆäÀÌÁö·Î Áñ°Üã±âÃß°¡
·Î±×ÀÎ
ȸ¿ø°¡ÀÔ l Ã⼮üũ l ¸¶ÀÌÆäÀÌÁö l CGIMALL
happycgi
ÀÚ·á½Ç »çÀÌÆ®µî·Ï ·©Å·100 ÇÁ·Î±×·¥¸®ºä °ü¸®ÀÚÃßõÀÚ·á Ãʺ¸°¡À̵å
Ä¿¹Â´ÏƼ
Àüü ÆîÃ帱â
Äü¸Þ´º¸µÅ© jquery , CSS , PHP , Javascript , ¹«·áÆùÆ® , ASP
»ó¼¼°Ë»ö
Ȩ > JAVASCRIPT > javascript ¼Ò½ºÃ¢°í > À̹ÌÁö°ü·Ã > Image SlideShow (¼¼·Î) »ó¼¼Á¤º¸
»çÀÌÆ®µî·Ï
Ŭ¶ó¿ìµåű×
javascript
PHP
HTML
ASP
mysql
css
Mobile
jquery
image
slide
�޴�
������Ʈ
¸Þ´º
ÇöÀçÁ¢¼ÓÀÚ ¸í »õ·Î°íħ
Image SlideShow (¼¼·Î)
¼Ò½ºÅë°èÁ¤º¸ ¿À·ù½Å°í ¹× ¹®ÀÇ
ÇØÇÇÆÀ
³×ƼÁð
Æ®À§ÅÍ·Î º¸³»±â ÆäÀ̽ººÏÀ¸·Î º¸³»±â
¼Ò½ººÐ·ù À̹ÌÁö°ü·Ã
´Ù¿î·Îµå Ƚ¼ö 1581 ȸ
°£´Ü¼³¸í È­»ìÇ¥ À̹ÌÁö¿¡ ¸¶¿ì½º¸¦ ¿Ã¸®¸é ½æ³×ÀÏ À̹ÌÁö°¡ ¼¼·Î·Î ½ºÅ©·ÑÀÌ µÇ°í, ÇØ´ç À̹ÌÁö¸¦ Ŭ¸¯Çϸé ūâ¿¡ ¿øº»À̹ÌÁö°¡ Ãâ·ÂµË´Ï´Ù.
Æò°¡Çϱâ ÈǸ¢ÇÔ ¸Å¿ìÁÁÀ½ ÁÁÀ½ ±¦ÂúÀ½ º¸Åë º°·Î
ȨÆäÀÌÁö¹Ù·Î°¡±â ¼Ò½º´Ù¿î·Îµå µ¥¸ð ¹Ì¸®º¸±â ½ºÅ©·¦Çϱâ

Download script

½ºÅ©¸³Æ® °ü·Ã ÀÚ·á´Â ÇØ´çÆÄÀÏÀ» ´Ù¿î¹ÞÀ¸½Ã¸é ³»¿ëÀÌ Æ÷ÇԵǾî ÀÖ½À´Ï´Ù.

Setup

½æ¸ÞÀÏÀ̹ÌÁö Ãß°¡Çϱâ

<BODY> ű׿¡¼­ ¾Æ·¡ <DIV> ű׾ȿ¡ ½½¶óÀ̵å¼î °ü·Ã À̹ÌÁö¸¦ Ãß°¡ÇÕ´Ï´Ù.
<div id="theImages"><DIV>

HTML Äڵ嵵 ÇÔ²² ³Ö½À´Ï´Ù.
<a href="#" onclick="showPreview('images/image1_big.jpg','1');return false"><img src="images/image1.jpg"></a>

image1.jpg is the small image, while image1_big.jpg is the larger version of image1.jpg, i.e. the image that is loaded into the preview pane. Also notice the second parameter('1') which is sent to the showPreview function. This variable indicates which image caption we want to show(1 = first, 2 = second ...).

À̹ÌÁöÁ¦¸ñ Ãß°¡Çϱâ

<DIV>ű׿¡ ½æ³×ÀÏ À̹ÌÁö¿Í °ü·ÃµÈ ¿øº»À̹ÌÁöÀÇ Á¦¸ñÀ» ³Ö½À´Ï´Ù. Example:

<div class="imageCaption">This is the caption of image number 1</div>

Initial large image

When someone opens the page, you can have a default image showing in the preview pane. This is done by adding a <img> into the "previewPane" div. Example:

<div id="previewPane">
      <img src="images/image1_big.jpg">
</div>

°¶·¯¸® À̹ÌÁö Å©±â ¹Ù²Ù±â

À̹ÌÁöÅ©±â º¯°æ°ú °ü·ÃµÈ ÆÄÀÏÀº css/image-slideshow-vertical.css ÆÄÀÏÀ» Âü°íÇÏ½Ã¸é µË´Ï´Ù.

Javascript variables

There are two Javascript variables available. The first one indicates the size of your image arrows(up and down). You have to change this variable in case you're using other images with a different size.

var arrowImageHeight = 35; // Height of arrow image in pixels;

Set this variable equal to the height of your arrow images(pixels)

The next variable indicates if you want to show a "Please wait" message while the images is being loaded.

var displayWaitMessage = true;

You can modify the text in this wait message by changing the following HTML code:

<span id="waitMessage">Loading image. Please wait</span>


³×ƼÁð ÀÇ°ß   ÀÌ¿ëÇϽŠÀÚ·áÀÇ Èı⸦ ÀÚÀ¯·Ó°Ô ÀÛ¼ºÇϼ¼¿ä. (»ó¾÷ÀûÀÎ ±¤°í ¹× µµ¹è¼º ±Û µîÀº »çÀüÅ뺸¾øÀÌ »èÁ¦µÉ ¼ö ÀÖ½À´Ï´Ù.)
³»¿ë ¾ÆÀ̵ð ÀÇ°ß³²±â±â
µî·ÏµÈ ÀÇ°ßÀÌ ¾ø½À´Ï´Ù.
1
À̸§
³»¿ë
:³×¸Â¾Æ¿ä: :È­³ª´Â±º¿ä: :Àá¿Í: :¿ì¿ïÇØ: :À̰ǾƳÄ: :¿ÕÇÏÇÏ: ¿Õ¿ôÀ½~ ³î·¥~
Æò°¡Çϱâ ÈǸ¢ÇÔ ¸Å¿ìÁÁÀ½ ÁÁÀ½ ±¦ÂúÀ½ º¸Åë º°·Î
µµ¹è¹æÁöÅ°
 40258222 º¸ÀÌ´Â µµ¹è¹æÁöÅ°¸¦ ÀÔ·ÂÇϼ¼¿ä.