Download script
½ºÅ©¸³Æ® °ü·Ã ÀÚ·á´Â ÇØ´çÆÄÀÏÀ» ´Ù¿î¹ÞÀ¸½Ã¸é ³»¿ëÀÌ Æ÷ÇԵǾî ÀÖ½À´Ï´Ù.
½½¶óÀ̵å¼î¿¡ À̹ÌÁö Ãß°¡Çϱâ
<body> ű׾ȿ¡ ½½¶óÀ̵å¼î °ü·Ã À̹ÌÁö¸¦ Ãß°¡ÇÏ¸é µË´Ï´Ù. <div id="theImages"> section
This is done with the following syntax:
<a href="#" onclick="showPreview('images/image1_big.jpg');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
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>
À̹ÌÁö Á¦¸ñ Ãß°¡Çϱâ
Image captions are added right below the <A> tags for your small images. Example:
<div class="imageCaption">This is the caption of image number 1</div>
<div class="imageCaption">This is the caption of image number 2</div>
<div class="imageCaption">This is the caption of image number 3</div>
<div class="imageCaption">This is the caption of image number 4</div>
<div class="imageCaption">This is the caption of image number 5</div>
<div class="imageCaption">This is the caption of image number 6</div>
<div class="imageCaption">This is the caption of image number 7</div>
<div class="imageCaption">This is the caption of image number 8</div>
°¶·¯¸® À̹ÌÁö Å©±â ¹Ù²Ù±â
À̹ÌÁöÅ©±â º¯°æ°ú °ü·ÃµÈ ÆÄÀÏÀº css/image-slideshow.css ÆÄÀÏÀ» Âü°íÇÏ½Ã¸é µË´Ï´Ù.