<?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: Fixing the Back Button in Lightbox</title>
	<atom:link href="http://cloversignsblog.com/2007/06/fixing-the-back-button-in-lightbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://cloversignsblog.com/2007/06/fixing-the-back-button-in-lightbox/</link>
	<description>Where Tradition and Technology Meet</description>
	<lastBuildDate>Fri, 30 Jul 2010 02:49:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Olson</title>
		<link>http://cloversignsblog.com/2007/06/fixing-the-back-button-in-lightbox/comment-page-1/#comment-57</link>
		<dc:creator>Olson</dc:creator>
		<pubDate>Sat, 01 Sep 2007 08:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://cloversignsblog.com/2007/06/fixing-the-back-button-in-lightbox/#comment-57</guid>
		<description>&lt;p&gt;Hi,&lt;br /&gt;
I am sure it will catch on one day.  Maybe I should improve my web page to make it more clear.  Without the fix, lightbox is a bit useless.&lt;/p&gt;
&lt;p&gt;I just had a look at your source code, and I think you have a mistake in it.  Every image on the page which fires lightbox needs to have the history div around it.  Here is the code I would try for each image:&lt;/p&gt;
&lt;code&gt;&lt;p&gt;&lt;div onclick=&quot;dhtmlHistory.add(&#039;location1&#039;,{message: &#039;hello world 1&#039;});countdown()&quot;&gt;&lt;br /&gt;
&lt;a href=&#039;images/paintings/abstractinacrylic1lg.jpg&#039; title=&#039; Title: Red Sky at Night. Size: 24&quot;x36&quot; Acrylic on Board. $400.00&#039; rel=&#039;lightbox[abstractinacrylic]&#039; rel=&quot;nofollow&quot;&gt;&lt;br /&gt;
&lt;img height=&#039;79&#039; width=&#039;79&#039; class=&#039;gallery&#039; src=&#039;images/paintings/abstractinacrylic1.jpg&#039; alt=&#039;abstractinacrylic 0&#039; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/p&gt;&lt;/code&gt;
&lt;p&gt;Give it a try and let me know.  Notice the ending div which needs to be in place.  I am not sure if you are running the same version of lightbox as me, as mine is modified.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am sure it will catch on one day.  Maybe I should improve my web page to make it more clear.  Without the fix, lightbox is a bit useless.</p>
<p>I just had a look at your source code, and I think you have a mistake in it.  Every image on the page which fires lightbox needs to have the history div around it.  Here is the code I would try for each image:</p>
<p><code>
<p>&lt;div onclick="dhtmlHistory.add('location1',{message: 'hello world 1'});countdown()"&gt;<br />
&lt;a href='images/paintings/abstractinacrylic1lg.jpg' title=' Title: Red Sky at Night. Size: 24"x36" Acrylic on Board. $400.00' rel='lightbox[abstractinacrylic]' rel="nofollow"&gt;<br />
&lt;img height='79' width='79' class='gallery' src='images/paintings/abstractinacrylic1.jpg' alt='abstractinacrylic 0' /&gt;&lt;/a&gt;<br />
&lt;/div&gt;</p>
<p></code></p>
<p>Give it a try and let me know.  Notice the ending div which needs to be in place.  I am not sure if you are running the same version of lightbox as me, as mine is modified.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samuel reh</title>
		<link>http://cloversignsblog.com/2007/06/fixing-the-back-button-in-lightbox/comment-page-1/#comment-54</link>
		<dc:creator>samuel reh</dc:creator>
		<pubDate>Fri, 31 Aug 2007 19:13:46 +0000</pubDate>
		<guid isPermaLink="false">http://cloversignsblog.com/2007/06/fixing-the-back-button-in-lightbox/#comment-54</guid>
		<description>Im really surprised that this fix hasn&#039;t caught on all over the web. It seems to be a huge problem with lightbox and all my clients want the back button to still work. Im still having a little trouble figuring it out though. I had already had 2.0 running fine so i just took header.js footer.js and dhtmlhistory.js and installed those and made a div with onclick=&quot;dhtmlHistory.add(&#039;location1&#039;,{message: &#039;hello world 1&#039;});countdown()&quot;. Is there something I&#039;m missing? the site im working on is http://ellencoyle.com/</description>
		<content:encoded><![CDATA[<p>Im really surprised that this fix hasn&#8217;t caught on all over the web. It seems to be a huge problem with lightbox and all my clients want the back button to still work. Im still having a little trouble figuring it out though. I had already had 2.0 running fine so i just took header.js footer.js and dhtmlhistory.js and installed those and made a div with onclick=&#8221;dhtmlHistory.add(&#8216;location1&#8242;,{message: &#8216;hello world 1&#8242;});countdown()&#8221;. Is there something I&#8217;m missing? the site im working on is <a href="http://ellencoyle.com/" rel="nofollow">http://ellencoyle.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olson</title>
		<link>http://cloversignsblog.com/2007/06/fixing-the-back-button-in-lightbox/comment-page-1/#comment-48</link>
		<dc:creator>Olson</dc:creator>
		<pubDate>Fri, 31 Aug 2007 07:23:21 +0000</pubDate>
		<guid isPermaLink="false">http://cloversignsblog.com/2007/06/fixing-the-back-button-in-lightbox/#comment-48</guid>
		<description>I am using it with a modified version of 2.0 and it works fine.  In fact, it&#039;s more difficult to get it to work in 1.0.</description>
		<content:encoded><![CDATA[<p>I am using it with a modified version of 2.0 and it works fine.  In fact, it&#8217;s more difficult to get it to work in 1.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samuel reh</title>
		<link>http://cloversignsblog.com/2007/06/fixing-the-back-button-in-lightbox/comment-page-1/#comment-47</link>
		<dc:creator>samuel reh</dc:creator>
		<pubDate>Fri, 31 Aug 2007 07:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://cloversignsblog.com/2007/06/fixing-the-back-button-in-lightbox/#comment-47</guid>
		<description>Hmmm. Does this only work for Lightbox 1.0? I&#039;ve already implemented 2.0, can i use that?</description>
		<content:encoded><![CDATA[<p>Hmmm. Does this only work for Lightbox 1.0? I&#8217;ve already implemented 2.0, can i use that?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
