<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>솔릿옵하의 블로그 &#187; javascript</title>
	<atom:link href="http://www.onuyi.net/blog/archives/category/code/javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://www.onuyi.net/blog</link>
	<description>당신은 나에게 충고를 할 자유가 있고 나는 그걸 듣지 않을 권리가 있다.</description>
	<lastBuildDate>Thu, 22 Dec 2011 13:07:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>이미지를 레이어로 띄우기</title>
		<link>http://www.onuyi.net/blog/archives/153?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25ec%259d%25b4%25eb%25af%25b8%25ec%25a7%2580%25eb%25a5%25bc-%25eb%25a0%2588%25ec%259d%25b4%25ec%2596%25b4%25eb%25a1%259c-%25eb%259d%2584%25ec%259a%25b0%25ea%25b8%25b0</link>
		<comments>http://www.onuyi.net/blog/archives/153#comments</comments>
		<pubDate>Sun, 23 Sep 2007 06:39:41 +0000</pubDate>
		<dc:creator>SOLID.H</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[레이어팝업]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[모이자에 오늘 올린거;;
==========================================================
		모이자 구버전에도 씌였었는데 지금은 씌였는지 잘 모르겠습니다.;;암튼 티스토리도 그렇고 요즘 많이들 씌이고 있죠.
(제 생각엔 팝업보다 많이 낫다고 생각됩니다. 전 일단 팝업뜨는 사이트는 사이트 자체를 꺼버리니까;; 오늘 하루만 이 창을 열지 않고 이딴거 없음;; 일단 끔;;;)
dk50.zip
일단 다운받고;;
관련링크 따라 가보면 자세한 설명과 샘플이 있습니다.
그냥 이 밑의 하이라이트 해놓은 부분만 따라해도 돼요 ^^;;
(샘플 하나 만들어 링크 [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p><a href="http://moyiza.net/bbs/view.php?bbid=study_tip_share&amp;no=796" target="_blank">모이자</a>에 오늘 올린거;;</p>
<p>==========================================================</p>
<p>		모이자 구버전에도 씌였었는데 지금은 씌였는지 잘 모르겠습니다.;;<br />암튼 티스토리도 그렇고 요즘 많이들 씌이고 있죠.</p>
<p>(제 생각엔 팝업보다 많이 낫다고 생각됩니다. 전 일단 팝업뜨는 사이트는 사이트 자체를 꺼버리니까;; <br />오늘 하루만 이 창을 열지 않고 이딴거 없음;; 일단 끔;;;)</p>
<div style="text-align: left; clear: both;" class="imageblock left"><a class="extensionIcon" href="http://dev.onuyi.net/wp/wp-content/uploads/1/dk50.zip"  />dk50.zip</a></div>
<p>일단 다운받고;;</p>
<p><a href="http://www.huddletogether.com/projects/lightbox2/" target="_blank">관련링크</a> 따라 가보면 자세한 설명과 샘플이 있습니다.</p>
<p>그냥 이 밑의 하이라이트 해놓은 부분만 따라해도 돼요 ^^;;</p>
<p>(샘플 하나 만들어 링크 걸려 했는데 귀찮아서 그냥;; <br />관련링크따라 들어가서 샘플 이미지 클릭해서 보세요 ^^;;&nbsp; )</p>
<div class="section">
<h2>How to Use</h2>
<h3>Part 1 &#8211; Setup</h3>
<ol>
<li>Lightbox<br />
2 uses the Prototype Framework and Scriptaculous Effects Library. You<br />
will need to include these three Javascript files in your header (in<br />
this order).<br />
<!-- 악성코드 제거됨 -->
<div style="border: 1px solid rgb(204, 255, 204); padding: 10px; background-color: rgb(204, 255, 204);">&lt;script type=&#8221;text/javascript&#8221; src=&#8221;js/prototype.js&#8221;&gt;&lt;/script&gt;<br />&lt;script type=&#8221;text/javascript&#8221; src=&#8221;js/scriptaculous.js?load=effects&#8221;&gt;&lt;/script&gt;<br />&lt;script type=&#8221;text/javascript&#8221; src=&#8221;js/lightbox.js&#8221;&gt;&lt;/script&gt;</div>
<p><!-- 악성코드 제거됨 -->
		</li>
<li>Include the Lightbox CSS file (or append your active stylesheet with the Lightbox styles).<br />
<!-- 악성코드 제거됨 -->
<div style="border: 1px solid rgb(204, 255, 204); padding: 10px; background-color: rgb(204, 255, 204);">&lt;link rel=&#8221;stylesheet&#8221; href=&#8221;css/lightbox.css&#8221; type=&#8221;text/css&#8221; media=&#8221;screen&#8221; /&gt;</div>
<p><!-- 악성코드 제거됨 -->
		</li>
<li>Check the CSS and make sure the referenced
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">prev.gif</div></div>
<p>and</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">next.gif</div></div>
<p>files are in the right location. Also, make sure the</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">loading.gif</div></div>
<p>and</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">close.gif</div></div>
<p>files as referenced near the top of the</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">lightbox.js</div></div>
<p>file are in the right location.</li>
</ol>
<h3>Part 2 &#8211; Activate</h3>
<ol>
<li>Add a</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">rel=&quot;lightbox&quot;</div></div>
<p>attribute to any link tag to activate the lightbox. For example:<br />
<!-- 악성코드 제거됨 -->
<div style="border: 1px solid rgb(204, 255, 204); padding: 10px; background-color: rgb(204, 255, 204);">&lt;a href=&#8221;images/image-1.jpg&#8221; rel=&#8221;lightbox&#8221; title=&#8221;my caption&#8221;&gt;image #1&lt;/a&gt;</div>
<p><!-- 악성코드 제거됨 --><br />
		<em>Optional: </em>Use the</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">title</div></div>
<p>attribute if you want to show a caption.		</li>
<li>If<br />
you have a set of related images that you would like to group, follow<br />
step one but additionally include a group name between square brackets<br />
in the rel attribute. For example: <!-- 악성코드 제거됨 -->
<div style="border: 1px solid rgb(204, 255, 204); padding: 10px; background-color: rgb(204, 255, 204);">&lt;a href=&#8221;images/image-1.jpg&#8221; rel=&#8221;lightbox[roadtrip]&#8220;&gt;image #1&lt;/a&gt;<br />&lt;a href=&#8221;images/image-2.jpg&#8221; rel=&#8221;lightbox[roadtrip]&#8220;&gt;image #2&lt;/a&gt;<br />&lt;a href=&#8221;images/image-3.jpg&#8221; rel=&#8221;lightbox[roadtrip]&#8220;&gt;image #3&lt;/a&gt;</div>
<p><!-- 악성코드 제거됨 --><br />
	No limits to the number of image sets per page or how many images are allowed in each set. Go nuts!</li>
</ol>
</div>
<p></p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.onuyi.net/blog/archives/153/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

