<?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: Create a Lightbox effect only with CSS &#8211; no javascript needed</title>
	<atom:link href="http://www.emanueleferonato.com/2007/08/22/create-a-lightbox-effect-only-with-css-no-javascript-needed/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emanueleferonato.com/2007/08/22/create-a-lightbox-effect-only-with-css-no-javascript-needed/</link>
	<description>italian geek and PROgrammer</description>
	<lastBuildDate>Mon, 15 Mar 2010 02:47:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sumon</title>
		<link>http://www.emanueleferonato.com/2007/08/22/create-a-lightbox-effect-only-with-css-no-javascript-needed/comment-page-6/#comment-553475</link>
		<dc:creator>sumon</dc:creator>
		<pubDate>Mon, 08 Mar 2010 20:26:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/08/22/create-a-lightbox-effect-only-with-css-no-javascript-needed/#comment-553475</guid>
		<description>using this example can show one page but plz how to show 2 or 3 page in the same way.plz plz
i use the code.........


	
		LIGHTBOX EXAMPLE
		
		.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.white_content {
			display: none;
			position: absolute;
			top: 25%;
			left: 25%;
			width: 50%;
			height: 50%;
			padding: 16px;
			border: 16px solid orange;
			background-color: white;
			z-index:1002;
			overflow: auto;
		}
	
	
	     function clickform()
		 {
		 document.getElementById(&#039;light&#039;).style.display=&#039;block&#039;;
		 document.getElementById(&#039;fade&#039;).style.display=&#039;block&#039;
		 }
		 function closeform()
		 {
		 document.getElementById(&#039;light&#039;).style.display=&#039;none&#039;;
		 document.getElementById(&#039;fade&#039;).style.display=&#039;none&#039;
		 }
	
	
	
		click here &lt;a href=&quot;void(0)&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;
		

                
                 
                &lt;a href=&quot;void(0)&quot; rel=&quot;nofollow&quot;&gt;Close&lt;/a&gt;
                
		
                
	


i need to show gallery page and another page that will include in the div but who to select one which is opening</description>
		<content:encoded><![CDATA[<p>using this example can show one page but plz how to show 2 or 3 page in the same way.plz plz<br />
i use the code&#8230;&#8230;&#8230;</p>
<p>		LIGHTBOX EXAMPLE</p>
<p>		.black_overlay{<br />
			display: none;<br />
			position: absolute;<br />
			top: 0%;<br />
			left: 0%;<br />
			width: 100%;<br />
			height: 100%;<br />
			background-color: black;<br />
			z-index:1001;<br />
			-moz-opacity: 0.8;<br />
			opacity:.80;<br />
			filter: alpha(opacity=80);<br />
		}<br />
		.white_content {<br />
			display: none;<br />
			position: absolute;<br />
			top: 25%;<br />
			left: 25%;<br />
			width: 50%;<br />
			height: 50%;<br />
			padding: 16px;<br />
			border: 16px solid orange;<br />
			background-color: white;<br />
			z-index:1002;<br />
			overflow: auto;<br />
		}</p>
<p>	     function clickform()<br />
		 {<br />
		 document.getElementById(&#8216;light&#8217;).style.display=&#8217;block&#8217;;<br />
		 document.getElementById(&#8216;fade&#8217;).style.display=&#8217;block&#8217;<br />
		 }<br />
		 function closeform()<br />
		 {<br />
		 document.getElementById(&#8216;light&#8217;).style.display=&#8217;none&#8217;;<br />
		 document.getElementById(&#8216;fade&#8217;).style.display=&#8217;none&#8217;<br />
		 }</p>
<p>		click here <a href="void(0)" rel="nofollow">here</a></p>
<p>                <a href="void(0)" rel="nofollow">Close</a></p>
<p>i need to show gallery page and another page that will include in the div but who to select one which is opening</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sumon</title>
		<link>http://www.emanueleferonato.com/2007/08/22/create-a-lightbox-effect-only-with-css-no-javascript-needed/comment-page-6/#comment-552620</link>
		<dc:creator>sumon</dc:creator>
		<pubDate>Sat, 06 Mar 2010 11:20:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/08/22/create-a-lightbox-effect-only-with-css-no-javascript-needed/#comment-552620</guid>
		<description>plz help me how to show multiple page using this way.i make this and show only one page bur i need to show 3 page in this way</description>
		<content:encoded><![CDATA[<p>plz help me how to show multiple page using this way.i make this and show only one page bur i need to show 3 page in this way</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hoxxy</title>
		<link>http://www.emanueleferonato.com/2007/08/22/create-a-lightbox-effect-only-with-css-no-javascript-needed/comment-page-6/#comment-552137</link>
		<dc:creator>Hoxxy</dc:creator>
		<pubDate>Thu, 04 Mar 2010 19:30:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/08/22/create-a-lightbox-effect-only-with-css-no-javascript-needed/#comment-552137</guid>
		<description>Title is very missileading last time I knew 

javascript:void(0)&quot; onclick = &quot;document.getElementById(&#039;light&#039;).style.display=&#039;block&#039;;document.getElementById(&#039;fade&#039;).style.display=&#039;block&#039;

was javascript!! :(</description>
		<content:encoded><![CDATA[<p>Title is very missileading last time I knew </p>
<p>javascript:void(0)&#8221; onclick = &#8220;document.getElementById(&#8216;light&#8217;).style.display=&#8217;block&#8217;;document.getElementById(&#8216;fade&#8217;).style.display=&#8217;block&#8217;</p>
<p>was javascript!! :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abeam</title>
		<link>http://www.emanueleferonato.com/2007/08/22/create-a-lightbox-effect-only-with-css-no-javascript-needed/comment-page-6/#comment-551286</link>
		<dc:creator>Abeam</dc:creator>
		<pubDate>Mon, 01 Mar 2010 23:09:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/08/22/create-a-lightbox-effect-only-with-css-no-javascript-needed/#comment-551286</guid>
		<description>2 questions:

How would the code look like if i want to click on the opened picture and close?

How would it look like if i want to position the bigger lightbox image above and relative to the thumbnail like right corner of thumb is right corner of big picture?

Cheers!</description>
		<content:encoded><![CDATA[<p>2 questions:</p>
<p>How would the code look like if i want to click on the opened picture and close?</p>
<p>How would it look like if i want to position the bigger lightbox image above and relative to the thumbnail like right corner of thumb is right corner of big picture?</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: In page pop up javascripts or modalbox &#124; wordpressapi.com</title>
		<link>http://www.emanueleferonato.com/2007/08/22/create-a-lightbox-effect-only-with-css-no-javascript-needed/comment-page-6/#comment-548513</link>
		<dc:creator>In page pop up javascripts or modalbox &#124; wordpressapi.com</dc:creator>
		<pubDate>Sat, 20 Feb 2010 05:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/08/22/create-a-lightbox-effect-only-with-css-no-javascript-needed/#comment-548513</guid>
		<description>[...] http://www.emanueleferonato.com/2007/08/22/create-a-lightbox-effect-only-with-css-no-javascript-need...   Share and Enjoy: [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.emanueleferonato.com/2007/08/22/create-a-lightbox-effect-only-with-css-no-javascript-need.." rel="nofollow">http://www.emanueleferonato.com/2007/08/22/create-a-lightbox-effect-only-with-css-no-javascript-need..</a>.   Share and Enjoy: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tommy</title>
		<link>http://www.emanueleferonato.com/2007/08/22/create-a-lightbox-effect-only-with-css-no-javascript-needed/comment-page-6/#comment-542052</link>
		<dc:creator>Tommy</dc:creator>
		<pubDate>Sat, 30 Jan 2010 20:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/08/22/create-a-lightbox-effect-only-with-css-no-javascript-needed/#comment-542052</guid>
		<description>The script works good ! But the only thing is I want to add more then one link to the lightscript box on the same page and I tried to do it but only the first link displayed with the first content? How can I use more then one link on the same page with different content in the light box for each link?</description>
		<content:encoded><![CDATA[<p>The script works good ! But the only thing is I want to add more then one link to the lightscript box on the same page and I tried to do it but only the first link displayed with the first content? How can I use more then one link on the same page with different content in the light box for each link?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ATL2000</title>
		<link>http://www.emanueleferonato.com/2007/08/22/create-a-lightbox-effect-only-with-css-no-javascript-needed/comment-page-6/#comment-538282</link>
		<dc:creator>ATL2000</dc:creator>
		<pubDate>Mon, 18 Jan 2010 00:55:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/08/22/create-a-lightbox-effect-only-with-css-no-javascript-needed/#comment-538282</guid>
		<description>Hi all,

Glad to find a solution here without changing too much in Joomla! for example.

But as lots of you asked, I wonder how to handle a page with lots of pictures here.

Thanks for sharing and in advance for your help.</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>Glad to find a solution here without changing too much in Joomla! for example.</p>
<p>But as lots of you asked, I wonder how to handle a page with lots of pictures here.</p>
<p>Thanks for sharing and in advance for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.emanueleferonato.com/2007/08/22/create-a-lightbox-effect-only-with-css-no-javascript-needed/comment-page-6/#comment-537411</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 14 Jan 2010 15:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/08/22/create-a-lightbox-effect-only-with-css-no-javascript-needed/#comment-537411</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Oertel</title>
		<link>http://www.emanueleferonato.com/2007/08/22/create-a-lightbox-effect-only-with-css-no-javascript-needed/comment-page-6/#comment-534674</link>
		<dc:creator>Phil Oertel</dc:creator>
		<pubDate>Sun, 03 Jan 2010 00:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/08/22/create-a-lightbox-effect-only-with-css-no-javascript-needed/#comment-534674</guid>
		<description>Thanks, cool post! I found this by googling &quot;how does a lightbox work&quot;, and your simple solution does a great job of explaining the essential trick - the black div with z-index and alpha properties. Thanks for posting!</description>
		<content:encoded><![CDATA[<p>Thanks, cool post! I found this by googling &#8220;how does a lightbox work&#8221;, and your simple solution does a great job of explaining the essential trick &#8211; the black div with z-index and alpha properties. Thanks for posting!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.emanueleferonato.com/2007/08/22/create-a-lightbox-effect-only-with-css-no-javascript-needed/comment-page-6/#comment-533857</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 30 Dec 2009 00:57:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/08/22/create-a-lightbox-effect-only-with-css-no-javascript-needed/#comment-533857</guid>
		<description>The only problem (I think) is that if you click outside the highlighted box that means in the greyed area, the window doesn&#039;t go rather you need to click the close icon. This doesn&#039;t happen in other lightbox.</description>
		<content:encoded><![CDATA[<p>The only problem (I think) is that if you click outside the highlighted box that means in the greyed area, the window doesn&#8217;t go rather you need to click the close icon. This doesn&#8217;t happen in other lightbox.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
