<?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 Modal</title>
	<atom:link href="http://tomcoote.co.uk/code-bank/simple-modal/feed/" rel="self" type="application/rss+xml" />
	<link>http://tomcoote.co.uk</link>
	<description>An ace web developer!</description>
	<lastBuildDate>Tue, 31 Jan 2012 19:47:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bryan Rainey</title>
		<link>http://tomcoote.co.uk/code-bank/simple-modal/comment-page-1/#comment-39086</link>
		<dc:creator>Bryan Rainey</dc:creator>
		<pubDate>Tue, 31 Jan 2012 19:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://cootetom.co.uk/?page_id=57#comment-39086</guid>
		<description>Hey Tom, did you ever notice that when the parent window has a vertical scroll bar and you use Simple Modal to open not 1 but 2 dialog windows (one on top of the other), Simple Modal does not return the vertical scroll bar to the parent window. You have to refresh the parent page to get the vertical scroll bar back. This is true for both FF and IE. Thoughts?</description>
		<content:encoded><![CDATA[<p>Hey Tom, did you ever notice that when the parent window has a vertical scroll bar and you use Simple Modal to open not 1 but 2 dialog windows (one on top of the other), Simple Modal does not return the vertical scroll bar to the parent window. You have to refresh the parent page to get the vertical scroll bar back. This is true for both FF and IE. Thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marijn Bosch</title>
		<link>http://tomcoote.co.uk/code-bank/simple-modal/comment-page-1/#comment-24582</link>
		<dc:creator>Marijn Bosch</dc:creator>
		<pubDate>Tue, 04 Oct 2011 19:38:24 +0000</pubDate>
		<guid isPermaLink="false">http://cootetom.co.uk/?page_id=57#comment-24582</guid>
		<description>I just love the simplicety of your modal. it has the functionality i needed, nothing more nothing less. just perfect.</description>
		<content:encoded><![CDATA[<p>I just love the simplicety of your modal. it has the functionality i needed, nothing more nothing less. just perfect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan Rainey</title>
		<link>http://tomcoote.co.uk/code-bank/simple-modal/comment-page-1/#comment-21232</link>
		<dc:creator>Bryan Rainey</dc:creator>
		<pubDate>Fri, 26 Aug 2011 20:20:02 +0000</pubDate>
		<guid isPermaLink="false">http://cootetom.co.uk/?page_id=57#comment-21232</guid>
		<description>Shew! That was it. Thanks!</description>
		<content:encoded><![CDATA[<p>Shew! That was it. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Coote</title>
		<link>http://tomcoote.co.uk/code-bank/simple-modal/comment-page-1/#comment-21229</link>
		<dc:creator>Tom Coote</dc:creator>
		<pubDate>Fri, 26 Aug 2011 20:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://cootetom.co.uk/?page_id=57#comment-21229</guid>
		<description>It&#039;s probably just a z-index thing. The SimpleModal places a div on the page with a class of _simpleModal. Try giving that div a high z-index.</description>
		<content:encoded><![CDATA[<p>It&#8217;s probably just a z-index thing. The SimpleModal places a div on the page with a class of _simpleModal. Try giving that div a high z-index.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan Rainey</title>
		<link>http://tomcoote.co.uk/code-bank/simple-modal/comment-page-1/#comment-21228</link>
		<dc:creator>Bryan Rainey</dc:creator>
		<pubDate>Fri, 26 Aug 2011 19:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://cootetom.co.uk/?page_id=57#comment-21228</guid>
		<description>First, awesome job! Second, I&#039;m using www.highcharts.com for some charting and everytime I use Simple Modal over a javascript chart my modal window is behind the chart. Is there a way (or setting) to bring Simple Modal to the front of all javascript on the page?</description>
		<content:encoded><![CDATA[<p>First, awesome job! Second, I&#8217;m using <a href="http://www.highcharts.com" rel="nofollow">http://www.highcharts.com</a> for some charting and everytime I use Simple Modal over a javascript chart my modal window is behind the chart. Is there a way (or setting) to bring Simple Modal to the front of all javascript on the page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Coote</title>
		<link>http://tomcoote.co.uk/code-bank/simple-modal/comment-page-1/#comment-19817</link>
		<dc:creator>Tom Coote</dc:creator>
		<pubDate>Tue, 09 Aug 2011 23:58:03 +0000</pubDate>
		<guid isPermaLink="false">http://cootetom.co.uk/?page_id=57#comment-19817</guid>
		<description>Are you loading it on to the page using SSL? If you have SSL then absolutely every request for data from the page must also go through SSL otherwise the browser will present a warning to the user.</description>
		<content:encoded><![CDATA[<p>Are you loading it on to the page using SSL? If you have SSL then absolutely every request for data from the page must also go through SSL otherwise the browser will present a warning to the user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://tomcoote.co.uk/code-bank/simple-modal/comment-page-1/#comment-19815</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Tue, 09 Aug 2011 22:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://cootetom.co.uk/?page_id=57#comment-19815</guid>
		<description>I am seeing a problem when I changed my server to be a Secure Server and now Simple Modal with Mac and IE 9 gives a warning about displaying secure and non-secure information. This causes the close function to not work. Anyone else have this issue?</description>
		<content:encoded><![CDATA[<p>I am seeing a problem when I changed my server to be a Secure Server and now Simple Modal with Mac and IE 9 gives a warning about displaying secure and non-secure information. This causes the close function to not work. Anyone else have this issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Salazar</title>
		<link>http://tomcoote.co.uk/code-bank/simple-modal/comment-page-1/#comment-17153</link>
		<dc:creator>David Salazar</dc:creator>
		<pubDate>Tue, 05 Jul 2011 19:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://cootetom.co.uk/?page_id=57#comment-17153</guid>
		<description>thank you sir.</description>
		<content:encoded><![CDATA[<p>thank you sir.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Coote</title>
		<link>http://tomcoote.co.uk/code-bank/simple-modal/comment-page-1/#comment-16277</link>
		<dc:creator>Tom Coote</dc:creator>
		<pubDate>Thu, 23 Jun 2011 18:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://cootetom.co.uk/?page_id=57#comment-16277</guid>
		<description>Here you go https://github.com/cootetom/SimpleModal</description>
		<content:encoded><![CDATA[<p>Here you go <a href="https://github.com/cootetom/SimpleModal" rel="nofollow">https://github.com/cootetom/SimpleModal</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Coote</title>
		<link>http://tomcoote.co.uk/code-bank/simple-modal/comment-page-1/#comment-16265</link>
		<dc:creator>Tom Coote</dc:creator>
		<pubDate>Thu, 23 Jun 2011 16:08:08 +0000</pubDate>
		<guid isPermaLink="false">http://cootetom.co.uk/?page_id=57#comment-16265</guid>
		<description>Ha, yeah sure. I&#039;ll put it on and pass you a link.</description>
		<content:encoded><![CDATA[<p>Ha, yeah sure. I&#8217;ll put it on and pass you a link.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

