<?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: Lightbox Gone&#160;Wild!</title>
	<atom:link href="http://particletree.com/features/lightbox-gone-wild/feed/" rel="self" type="application/rss+xml" />
	<link>http://particletree.com/features/lightbox-gone-wild/</link>
	<description>Everyone needs a hug.</description>
	<lastBuildDate>Mon, 16 Nov 2009 21:43:07 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jim</title>
		<link>http://particletree.com/features/lightbox-gone-wild/comment-page-19/#comment-25832</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Wed, 15 Jul 2009 22:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=178#comment-25832</guid>
		<description>&lt;p&gt;I found a work around for the Flash floating to the top issue.  I have two buttons on my page. One is visible (normal) and one is hidden (IE) via CSS.  In my IE stylesheet, I have the regular button display:none and I have the hidden button display normally.
This IE-only button has a link to open a browser window. IE users don&#039;t get to see the cool lightbox effect.  But you have to figure at this point, anyone who is still using IE is used to seeing crappy looking websites.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I found a work around for the Flash floating to the top issue.  I have two buttons on my page. One is visible (normal) and one is hidden (IE) via CSS.  In my IE stylesheet, I have the regular button display:none and I have the hidden button display normally.
This IE-only button has a link to open a browser window. IE users don&#8217;t get to see the cool lightbox effect.  But you have to figure at this point, anyone who is still using IE is used to seeing crappy looking websites.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://particletree.com/features/lightbox-gone-wild/comment-page-19/#comment-25829</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 10 Jul 2009 20:29:41 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=178#comment-25829</guid>
		<description>&lt;p&gt;Lets try the Example again&lt;/p&gt;

&lt;p&gt;&lt;div style=&quot;float: right; margin: 3px 3px 0 0;&quot;&gt;&lt;b   /&gt;
&lt;a href=&quot;#&quot; class=&quot;lbAction&quot; rel=&quot;deactivate&quot;div&gt;Close&lt;/a&gt;&lt;b   /&gt;
&lt;/div&gt;&lt;b   /&gt;
&lt;iframe src =&quot;contact_form.php&quot; width=&quot;365&quot; height=&quot;350&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot;div&gt;&lt;b   /&gt;
&lt;/iframediv&gt;&lt;b   /&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Lets try the Example again</p>

<p>&lt;div style=&#8221;float: right; margin: 3px 3px 0&#160;0;&#8221;&gt;&lt;b   /&gt;
&lt;a href=&#8221;#&#8221; class=&#8221;lbAction&#8221; rel=&#8221;deactivate&#8221;div&gt;Close&lt;/a&gt;&lt;b   /&gt;
&lt;/div&gt;&lt;b   /&gt;
&lt;iframe src =&#8221;contact_form.php&#8221; width=&#8221;365&#8221; height=&#8221;350&#8221; scrolling=&#8221;no&#8221; frameborder=&#8221;0&#8221;div&gt;&lt;b   /&gt;
&lt;/iframediv&gt;&lt;b   /&gt;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://particletree.com/features/lightbox-gone-wild/comment-page-19/#comment-25828</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 10 Jul 2009 20:22:57 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=178#comment-25828</guid>
		<description>&lt;p&gt;Sorry here is the Example:&lt;/p&gt;

&lt;pre&gt;
&lt;code&gt; 

&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;Close&lt;/a&gt;



&lt;/code&gt;
&lt;/pre&gt;

&lt;p&gt;I hope it helps!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sorry here is the Example:</p>

<pre>
<code> 

<a href="#" rel="nofollow">Close</a>



</code>
</pre>

<p>I hope it helps!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://particletree.com/features/lightbox-gone-wild/comment-page-19/#comment-25827</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 10 Jul 2009 20:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=178#comment-25827</guid>
		<description>&lt;p&gt;I see many comments asking about how to validated after submitting and displaying the errors in the same lightbox. I also tried to figure that out and the only way I came up with was by using an iframe. I put an iframe in the lightbox and the iframes src was the forms page and it worked great. Just make sure that the code to close the lightbox needs to be in the file that contains the iframe and not the file that contains the form!
Also, the lightbox should be a little bigger than the iframe (you can set that in the lightbox CSS file)&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;Close&lt;/a&gt;
&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I see many comments asking about how to validated after submitting and displaying the errors in the same lightbox. I also tried to figure that out and the only way I came up with was by using an iframe. I put an iframe in the lightbox and the iframes src was the forms page and it worked great. Just make sure that the code to close the lightbox needs to be in the file that contains the iframe and not the file that contains the form!
Also, the lightbox should be a little bigger than the iframe (you can set that in the lightbox CSS file)</p>

<p>Example:</p>

<p><a href="#" rel="nofollow">Close</a>
</p>]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://particletree.com/features/lightbox-gone-wild/comment-page-19/#comment-25819</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 25 Jun 2009 17:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=178#comment-25819</guid>
		<description>&lt;p&gt;well my code tags didnt work ... (wish there was a preview here :))
html: (img id=&quot;loading&quot; src=&quot;images/ajax-loader.gif&quot; alt=&quot;loading&quot;/)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>well my code tags didnt work &#8230; (wish there was a preview here :))
html: (img id=&#8221;loading&#8221; src=&#8221;images/ajax-loader.gif&#8221; alt=&#8221;loading&#8221;/)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://particletree.com/features/lightbox-gone-wild/comment-page-18/#comment-25818</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 25 Jun 2009 17:36:35 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=178#comment-25818</guid>
		<description>&lt;p&gt;Ok for any newbie like me who was trying the same thing (simple loading gif in center of page) ...&lt;/p&gt;

&lt;p&gt;html (at top of main/index page):
&lt;code&gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;css:
&lt;code&gt;&lt;/p&gt;

&lt;p&gt;loading {&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;background:#FFFFFF;
display:none;
position:absolute;
z-index:1000;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;}
&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;javascript:
&lt;code&gt;
   function loading_show() {
        $(&quot;img#loading&quot;).css({
            &quot;left&quot; : ($(window).width()/2 - $(&quot;img#loading&quot;).width()/2) + &quot;px&quot;, &quot;top&quot; : ($(window).height()/2 - $(&quot;img#loading&quot;).height()/2) + &quot;px&quot; });
        $(&quot;img#loading&quot;).show();
    }&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;function loading_hide() { $(&quot;img#loading&quot;).hide(); }
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;/code&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ok for any newbie like me who was trying the same thing (simple loading gif in center of page) &#8230;</p>

<p>html (at top of main/index page):
<code></code></p>

<p>css:
<code></code></p>

<p>loading {</p>

<pre><code>background:#FFFFFF;
display:none;
position:absolute;
z-index:1000;
</code></pre>

<p>}
</p>

<p>javascript:
<code>
   function loading_show() {
        $("img#loading").css({
            "left" : ($(window).width()/2 - $("img#loading").width()/2) + "px", "top" : ($(window).height()/2 - $("img#loading").height()/2) + "px" });
        $("img#loading").show();
    }</code></p>

<pre><code>function loading_hide() { $("img#loading").hide(); }
</code></pre>

<p></p>]]></content:encoded>
	</item>
	<item>
		<title>By: bogdan</title>
		<link>http://particletree.com/features/lightbox-gone-wild/comment-page-18/#comment-25817</link>
		<dc:creator>bogdan</dc:creator>
		<pubDate>Wed, 24 Jun 2009 10:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=178#comment-25817</guid>
		<description>&lt;p&gt;Thanks for the script. I will try it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the script. I will try it.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Mangal</title>
		<link>http://particletree.com/features/lightbox-gone-wild/comment-page-18/#comment-25816</link>
		<dc:creator>Mangal</dc:creator>
		<pubDate>Tue, 23 Jun 2009 12:44:02 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=178#comment-25816</guid>
		<description>&lt;p&gt;I will use it soon.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I will use it soon.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Mangal</title>
		<link>http://particletree.com/features/lightbox-gone-wild/comment-page-18/#comment-25815</link>
		<dc:creator>Mangal</dc:creator>
		<pubDate>Tue, 23 Jun 2009 12:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=178#comment-25815</guid>
		<description>&lt;p&gt;It&#039;s nice.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It&#8217;s nice.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Price</title>
		<link>http://particletree.com/features/lightbox-gone-wild/comment-page-18/#comment-25812</link>
		<dc:creator>Dan Price</dc:creator>
		<pubDate>Sun, 21 Jun 2009 11:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=178#comment-25812</guid>
		<description>&lt;p&gt;&lt;b&gt;Opening form results in a lightbox&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Common problem i&#039;m sure.. but i&#039;m really struggling on how to get this working.&lt;/p&gt;

&lt;p&gt;The form opens in a lightbox....
you hit submit...
how you you make the next page open in a lightbox?&lt;/p&gt;

&lt;p&gt;Thanks! :-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><b>Opening form results in a lightbox</b></p>

<p>Common problem i&#8217;m sure.. but i&#8217;m really struggling on how to get this working.</p>

<p>The form opens in a lightbox&#8230;.
you hit submit&#8230;
how you you make the next page open in a lightbox?</p>

<p>Thanks! :-)</p>]]></content:encoded>
	</item>
</channel>
</rss>
