<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Building your own lightbox &#8211; part 1</title>
	<atom:link href="http://kilianvalkhof.com/2008/javascript/building-your-own-lightbox-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://kilianvalkhof.com/2008/javascript/building-your-own-lightbox-part-1/</link>
	<description></description>
	<lastBuildDate>Sun, 13 May 2012 19:51:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Kelvin</title>
		<link>http://kilianvalkhof.com/2008/javascript/building-your-own-lightbox-part-1/comment-page-1/#comment-173312</link>
		<dc:creator>Kelvin</dc:creator>
		<pubDate>Sun, 04 Mar 2012 13:47:33 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=78#comment-173312</guid>
		<description>Pls i need help displaying multiple images in the Lightbox at the same time like so = ( http://www.cashmoney-records.com/ ) if you browse to the Artist page , the link is located at the bottom of the Home page you could understand more of what i want to achieve. Thanks.</description>
		<content:encoded><![CDATA[<p>Pls i need help displaying multiple images in the Lightbox at the same time like so = ( <a href="http://www.cashmoney-records.com/" rel="nofollow">http://www.cashmoney-records.com/</a> ) if you browse to the Artist page , the link is located at the bottom of the Home page you could understand more of what i want to achieve. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saimons</title>
		<link>http://kilianvalkhof.com/2008/javascript/building-your-own-lightbox-part-1/comment-page-1/#comment-145902</link>
		<dc:creator>saimons</dc:creator>
		<pubDate>Thu, 10 Nov 2011 14:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=78#comment-145902</guid>
		<description>I make some changes for better function of LightBox:
1:  CSS: .overlay { position:fixed; ...
2: JS: $(&quot;.container&quot;).css({ &quot;top&quot;: $(window).scrollTop() + (document.documentElement.clientHeight / 2.0) + &#039;px&#039;, ...
3: 
$(&quot;.overlay&quot;).click(function(){
		$(&quot;.container, .overlay&quot;).animate({&quot;opacity&quot;:&quot;0&quot;}, 200, &quot;linear&quot;, function(){
			$(&quot;.container, .overlay&quot;).remove();
		});
                $(&quot;body&quot;).css({&quot;overflow-y&quot;:&quot;auto&quot;});
	});

Now it&#039;s working with scrolling.</description>
		<content:encoded><![CDATA[<p>I make some changes for better function of LightBox:<br />
1:  CSS: .overlay { position:fixed; &#8230;<br />
2: JS: $(&#8220;.container&#8221;).css({ &#8220;top&#8221;: $(window).scrollTop() + (document.documentElement.clientHeight / 2.0) + &#8216;px&#8217;, &#8230;<br />
3:<br />
$(&#8220;.overlay&#8221;).click(function(){<br />
		$(&#8220;.container, .overlay&#8221;).animate({&#8220;opacity&#8221;:&#8221;0&#8243;}, 200, &#8220;linear&#8221;, function(){<br />
			$(&#8220;.container, .overlay&#8221;).remove();<br />
		});<br />
                $(&#8220;body&#8221;).css({&#8220;overflow-y&#8221;:&#8221;auto&#8221;});<br />
	});</p>
<p>Now it&#8217;s working with scrolling.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://kilianvalkhof.com/2008/javascript/building-your-own-lightbox-part-1/comment-page-1/#comment-141711</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Mon, 24 Oct 2011 18:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=78#comment-141711</guid>
		<description>I would suggest not to positioned the divs absolute but position them fixed. If you make the position absolute you fail if you have to scroll down to the lightbox link :)</description>
		<content:encoded><![CDATA[<p>I would suggest not to positioned the divs absolute but position them fixed. If you make the position absolute you fail if you have to scroll down to the lightbox link :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://kilianvalkhof.com/2008/javascript/building-your-own-lightbox-part-1/comment-page-1/#comment-131876</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Wed, 14 Sep 2011 15:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=78#comment-131876</guid>
		<description>Hi! Don&#039;t you use Myspace? I&#039;d prefer to follow you if that might be all right. I am absolutely enjoying your website and look forward to new blogposts.</description>
		<content:encoded><![CDATA[<p>Hi! Don&#8217;t you use Myspace? I&#8217;d prefer to follow you if that might be all right. I am absolutely enjoying your website and look forward to new blogposts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: someguy</title>
		<link>http://kilianvalkhof.com/2008/javascript/building-your-own-lightbox-part-1/comment-page-1/#comment-127277</link>
		<dc:creator>someguy</dc:creator>
		<pubDate>Sat, 27 Aug 2011 06:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=78#comment-127277</guid>
		<description>WHERE IS PART 2 ? ! ? ! ? ! ? !</description>
		<content:encoded><![CDATA[<p>WHERE IS PART 2 ? ! ? ! ? ! ? !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louise</title>
		<link>http://kilianvalkhof.com/2008/javascript/building-your-own-lightbox-part-1/comment-page-1/#comment-124695</link>
		<dc:creator>Louise</dc:creator>
		<pubDate>Tue, 16 Aug 2011 18:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=78#comment-124695</guid>
		<description>Thanks for this, very useful and really well explained! 
Where can I find part 2?</description>
		<content:encoded><![CDATA[<p>Thanks for this, very useful and really well explained!<br />
Where can I find part 2?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: طراحی وب سایت</title>
		<link>http://kilianvalkhof.com/2008/javascript/building-your-own-lightbox-part-1/comment-page-1/#comment-120319</link>
		<dc:creator>طراحی وب سایت</dc:creator>
		<pubDate>Sun, 31 Jul 2011 10:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=78#comment-120319</guid>
		<description>Thanks for this very Useful</description>
		<content:encoded><![CDATA[<p>Thanks for this very Useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricky Salles</title>
		<link>http://kilianvalkhof.com/2008/javascript/building-your-own-lightbox-part-1/comment-page-1/#comment-113653</link>
		<dc:creator>Ricky Salles</dc:creator>
		<pubDate>Sun, 26 Jun 2011 02:04:58 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=78#comment-113653</guid>
		<description>Better merchandise and also exelent outcomes for your folks who are seeking this lower price one on one mobile phone series here&#039;s it TELEPHONE THESE DAYS 866-943-6381</description>
		<content:encoded><![CDATA[<p>Better merchandise and also exelent outcomes for your folks who are seeking this lower price one on one mobile phone series here&#8217;s it TELEPHONE THESE DAYS 866-943-6381</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: چاپ</title>
		<link>http://kilianvalkhof.com/2008/javascript/building-your-own-lightbox-part-1/comment-page-1/#comment-111520</link>
		<dc:creator>چاپ</dc:creator>
		<pubDate>Mon, 13 Jun 2011 15:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=78#comment-111520</guid>
		<description>Thanks for this, definitely great starting information.</description>
		<content:encoded><![CDATA[<p>Thanks for this, definitely great starting information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leo</title>
		<link>http://kilianvalkhof.com/2008/javascript/building-your-own-lightbox-part-1/comment-page-1/#comment-110852</link>
		<dc:creator>Leo</dc:creator>
		<pubDate>Fri, 10 Jun 2011 06:02:52 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=78#comment-110852</guid>
		<description>&quot;left:        &quot;50%&quot;,                 ---- is missing a [ &quot; ] after [ left ]</description>
		<content:encoded><![CDATA[<p>&#8220;left:        &#8220;50%&#8221;,                 &#8212;- is missing a [ " ] after [ left ]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

