<?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: Simple CSS Lightbox</title>
	<atom:link href="http://stephenmcintyre.net/blog/simple-css-lightbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://stephenmcintyre.net/blog/simple-css-lightbox/</link>
	<description>Young Scottish Web Designer</description>
	<lastBuildDate>Sat, 18 Feb 2012 07:25:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: juhee kwon</title>
		<link>http://stephenmcintyre.net/blog/simple-css-lightbox/comment-page-1/#comment-21624</link>
		<dc:creator>juhee kwon</dc:creator>
		<pubDate>Fri, 17 Feb 2012 06:09:58 +0000</pubDate>
		<guid isPermaLink="false">http://stephenmcintyre.net/?p=37#comment-21624</guid>
		<description>This is exactly what I want it!
Sometimes too much animation script are made me tired.
Thank you for share to simply code!</description>
		<content:encoded><![CDATA[<p>This is exactly what I want it!<br />
Sometimes too much animation script are made me tired.<br />
Thank you for share to simply code!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arngrím</title>
		<link>http://stephenmcintyre.net/blog/simple-css-lightbox/comment-page-1/#comment-9195</link>
		<dc:creator>Arngrím</dc:creator>
		<pubDate>Tue, 02 Aug 2011 14:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://stephenmcintyre.net/?p=37#comment-9195</guid>
		<description>Hi again, I added this:

z-index: 99999;

to both the underlay and the lightbox. Now it works perfectly!</description>
		<content:encoded><![CDATA[<p>Hi again, I added this:</p>
<p>z-index: 99999;</p>
<p>to both the underlay and the lightbox. Now it works perfectly!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arngrím</title>
		<link>http://stephenmcintyre.net/blog/simple-css-lightbox/comment-page-1/#comment-9192</link>
		<dc:creator>Arngrím</dc:creator>
		<pubDate>Tue, 02 Aug 2011 12:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://stephenmcintyre.net/?p=37#comment-9192</guid>
		<description>Hi there, finally a code that I could understand ;o)
I´m new at this.
Problem is though that we have a &quot;slideshow&quot; running on our &quot;home&quot; page and it comes through the Lightbox.
Is there any way to prohibit this?

The link for the Lightbox is in the lower right corner under Arngrím guitarist  &quot;About&quot;.

I have an Idea to send the Lightbox a little to the left to solv the problem, but it´s way nicer if it is in the center.

Thank you for this simple code!

Arngrim</description>
		<content:encoded><![CDATA[<p>Hi there, finally a code that I could understand ;o)<br />
I´m new at this.<br />
Problem is though that we have a &#8220;slideshow&#8221; running on our &#8220;home&#8221; page and it comes through the Lightbox.<br />
Is there any way to prohibit this?</p>
<p>The link for the Lightbox is in the lower right corner under Arngrím guitarist  &#8220;About&#8221;.</p>
<p>I have an Idea to send the Lightbox a little to the left to solv the problem, but it´s way nicer if it is in the center.</p>
<p>Thank you for this simple code!</p>
<p>Arngrim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen McIntyre</title>
		<link>http://stephenmcintyre.net/blog/simple-css-lightbox/comment-page-1/#comment-5794</link>
		<dc:creator>Stephen McIntyre</dc:creator>
		<pubDate>Thu, 14 Apr 2011 02:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://stephenmcintyre.net/?p=37#comment-5794</guid>
		<description>Translated from Portuguese to English with Google Translate:

&quot;I liked it!
He had a gallery of images that used jQuery, but it did not empower the growth of the selected image.
I added your code and it worked!
Post Congratulations!
(São Paulo-Brazil)&quot;

Glad you liked the post, thanks for stopping by! :)</description>
		<content:encoded><![CDATA[<p>Translated from Portuguese to English with Google Translate:</p>
<p>&#8220;I liked it!<br />
He had a gallery of images that used jQuery, but it did not empower the growth of the selected image.<br />
I added your code and it worked!<br />
Post Congratulations!<br />
(São Paulo-Brazil)&#8221;</p>
<p>Glad you liked the post, thanks for stopping by! <img src='http://stephenmcintyre.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen McIntyre</title>
		<link>http://stephenmcintyre.net/blog/simple-css-lightbox/comment-page-1/#comment-5790</link>
		<dc:creator>Stephen McIntyre</dc:creator>
		<pubDate>Thu, 14 Apr 2011 02:12:11 +0000</pubDate>
		<guid isPermaLink="false">http://stephenmcintyre.net/?p=37#comment-5790</guid>
		<description>You can change the content inside the &quot;lightbox&quot; DIV to whatever you like from the original &quot;Close&quot; link. The element is at the bottom of the script, and you&#039;re looking to replace it with something like this:

&lt;code&gt;
&lt;div id=&quot;lightbox&quot;&gt;
  &lt;img src=&quot;/path/to/image.jpg&quot; alt=&quot;Your Image&quot; width=&quot;100&quot; height=&quot;100&quot; /&gt;
&lt;/div&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>You can change the content inside the &quot;lightbox&quot; DIV to whatever you like from the original &quot;Close&quot; link. The element is at the bottom of the script, and you&#8217;re looking to replace it with something like this:</p>
<p><code><br />
&lt;div id=&quot;lightbox&quot;&gt;<br />
  &lt;img src=&quot;/path/to/image.jpg&quot; alt=&quot;Your Image&quot; width=&quot;100&quot; height=&quot;100&quot; /&gt;<br />
&lt;/div&gt;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gustavo</title>
		<link>http://stephenmcintyre.net/blog/simple-css-lightbox/comment-page-1/#comment-5778</link>
		<dc:creator>Gustavo</dc:creator>
		<pubDate>Sun, 10 Apr 2011 00:43:38 +0000</pubDate>
		<guid isPermaLink="false">http://stephenmcintyre.net/?p=37#comment-5778</guid>
		<description>Gostei!
Tinha uma galeria de imagens que usava jQuery, porém ela não habilitava o aumento da imagem selecionada.
Adicionei o seu código e funcionou!!
Parabéns pelo Post!!
(São Paulo- Brazil)</description>
		<content:encoded><![CDATA[<p>Gostei!<br />
Tinha uma galeria de imagens que usava jQuery, porém ela não habilitava o aumento da imagem selecionada.<br />
Adicionei o seu código e funcionou!!<br />
Parabéns pelo Post!!<br />
(São Paulo- Brazil)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake</title>
		<link>http://stephenmcintyre.net/blog/simple-css-lightbox/comment-page-1/#comment-5560</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Tue, 08 Mar 2011 11:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://stephenmcintyre.net/?p=37#comment-5560</guid>
		<description>how do you put a image on it where to write and what to write?</description>
		<content:encoded><![CDATA[<p>how do you put a image on it where to write and what to write?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

