<?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: Shadowbox &#8211; preventing the window underneath from scrolling</title>
	<atom:link href="http://www.iandevlin.com/blog/2010/06/webdev/shadowbox-preventing-the-window-underneath-from-scrolling/feed" rel="self" type="application/rss+xml" />
	<link>http://www.iandevlin.com/blog/2010/06/webdev/shadowbox-preventing-the-window-underneath-from-scrolling</link>
	<description>A mixture of musings on web design &#38; development, history, and life</description>
	<lastBuildDate>Wed, 08 Feb 2012 12:31:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Andrey</title>
		<link>http://www.iandevlin.com/blog/2010/06/webdev/shadowbox-preventing-the-window-underneath-from-scrolling/comment-page-1#comment-1824</link>
		<dc:creator>Andrey</dc:creator>
		<pubDate>Wed, 08 Feb 2012 12:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.iandevlin.com/blog/?p=927#comment-1824</guid>
		<description>Thanks a lot, nice solution!
For me it works in IE7/IE8 too.
IE7 has it&#039;s own issue (it shows the scrollbars in the shadowbox but I believe it&#039;s another issue)</description>
		<content:encoded><![CDATA[<p>Thanks a lot, nice solution!<br />
For me it works in IE7/IE8 too.<br />
IE7 has it&#8217;s own issue (it shows the scrollbars in the shadowbox but I believe it&#8217;s another issue)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesper</title>
		<link>http://www.iandevlin.com/blog/2010/06/webdev/shadowbox-preventing-the-window-underneath-from-scrolling/comment-page-1#comment-1527</link>
		<dc:creator>Jesper</dc:creator>
		<pubDate>Wed, 27 Apr 2011 16:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.iandevlin.com/blog/?p=927#comment-1527</guid>
		<description>Hi Ian!

Adding position:relative did help a lot! Thank you very much!

It now works almost perfect in IE 7 (and 8 in comp. mode), and the page beneath won&#039;t scroll when a shadowbox window is open. There&#039;s only seems to be one minor issue left: The scrollbar remains &quot;greyed out&quot; when the shadowbox window is closed, BUT the page is still scrollable using the scrollwheel. Well, at least I think it&#039;s a minor issue since only around 5% of our visitors are using IE7...

If I should find a better solution, I sure will post it here!

Thanks again!</description>
		<content:encoded><![CDATA[<p>Hi Ian!</p>
<p>Adding position:relative did help a lot! Thank you very much!</p>
<p>It now works almost perfect in IE 7 (and 8 in comp. mode), and the page beneath won&#8217;t scroll when a shadowbox window is open. There&#8217;s only seems to be one minor issue left: The scrollbar remains &#8220;greyed out&#8221; when the shadowbox window is closed, BUT the page is still scrollable using the scrollwheel. Well, at least I think it&#8217;s a minor issue since only around 5% of our visitors are using IE7&#8230;</p>
<p>If I should find a better solution, I sure will post it here!</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://www.iandevlin.com/blog/2010/06/webdev/shadowbox-preventing-the-window-underneath-from-scrolling/comment-page-1#comment-1526</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Wed, 27 Apr 2011 08:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.iandevlin.com/blog/?p=927#comment-1526</guid>
		<description>Hi Jesper, hmm that&#039;s interesting, and definitely needs a bit more looking into. If you find out anything else, ideally a fix, please post it here and I&#039;ll update the article.

Hopefully I&#039;ll have a chance to look at it myself some time.

Actually, how about adding position:relative to the body? This tends to fix issues with overflow on IE6 and 7, but I&#039;m not sure if applying it to the body has any effect?</description>
		<content:encoded><![CDATA[<p>Hi Jesper, hmm that&#8217;s interesting, and definitely needs a bit more looking into. If you find out anything else, ideally a fix, please post it here and I&#8217;ll update the article.</p>
<p>Hopefully I&#8217;ll have a chance to look at it myself some time.</p>
<p>Actually, how about adding position:relative to the body? This tends to fix issues with overflow on IE6 and 7, but I&#8217;m not sure if applying it to the body has any effect?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesper</title>
		<link>http://www.iandevlin.com/blog/2010/06/webdev/shadowbox-preventing-the-window-underneath-from-scrolling/comment-page-1#comment-1525</link>
		<dc:creator>Jesper</dc:creator>
		<pubDate>Tue, 26 Apr 2011 20:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.iandevlin.com/blog/?p=927#comment-1525</guid>
		<description>OK, by disabling &#039;compatibility mode&#039; in IE 8 the script will run just fine. It seems the problem lies in how IE 7 and below does (not) interpret the &quot;overflow&quot; property. Oh dear!</description>
		<content:encoded><![CDATA[<p>OK, by disabling &#8216;compatibility mode&#8217; in IE 8 the script will run just fine. It seems the problem lies in how IE 7 and below does (not) interpret the &#8220;overflow&#8221; property. Oh dear!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesper</title>
		<link>http://www.iandevlin.com/blog/2010/06/webdev/shadowbox-preventing-the-window-underneath-from-scrolling/comment-page-1#comment-1524</link>
		<dc:creator>Jesper</dc:creator>
		<pubDate>Tue, 26 Apr 2011 12:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.iandevlin.com/blog/?p=927#comment-1524</guid>
		<description>Thanks a lot! This is a great &#039;hack&#039;.

Unfortunately I cannot get it to work in IE 7 and 8 (bummer...). The underlying window is still scrollable, and when the shadowbox window is closed it seems like the script has messed up scrolling on that particular page.

My skills in javascripting are not good, hence my question: Does anybody know of a &#039;fix&#039; for this IE-specific problem?

Otherwise the script works great in Firefox, Safari, Chrome etc.

Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Thanks a lot! This is a great &#8216;hack&#8217;.</p>
<p>Unfortunately I cannot get it to work in IE 7 and 8 (bummer&#8230;). The underlying window is still scrollable, and when the shadowbox window is closed it seems like the script has messed up scrolling on that particular page.</p>
<p>My skills in javascripting are not good, hence my question: Does anybody know of a &#8216;fix&#8217; for this IE-specific problem?</p>
<p>Otherwise the script works great in Firefox, Safari, Chrome etc.</p>
<p>Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ian</title>
		<link>http://www.iandevlin.com/blog/2010/06/webdev/shadowbox-preventing-the-window-underneath-from-scrolling/comment-page-1#comment-679</link>
		<dc:creator>ian</dc:creator>
		<pubDate>Thu, 17 Jun 2010 12:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.iandevlin.com/blog/?p=927#comment-679</guid>
		<description>Hi Michael. I went with Shadowbox because most of the other lightboxes are for images only. Shadowbox allows you to put almost anything within a lightbox. 

For example, in the code above, I&#039;ve specified that the content will be HTML or an iFrame.</description>
		<content:encoded><![CDATA[<p>Hi Michael. I went with Shadowbox because most of the other lightboxes are for images only. Shadowbox allows you to put almost anything within a lightbox. </p>
<p>For example, in the code above, I&#8217;ve specified that the content will be HTML or an iFrame.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael SteelWolf</title>
		<link>http://www.iandevlin.com/blog/2010/06/webdev/shadowbox-preventing-the-window-underneath-from-scrolling/comment-page-1#comment-678</link>
		<dc:creator>Michael SteelWolf</dc:creator>
		<pubDate>Thu, 17 Jun 2010 12:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.iandevlin.com/blog/?p=927#comment-678</guid>
		<description>Nice solution. I&#039;m curious, with so many &quot;lightbox&quot; type applications out there, what made you decide to go with Shadowbox?</description>
		<content:encoded><![CDATA[<p>Nice solution. I&#8217;m curious, with so many &#8220;lightbox&#8221; type applications out there, what made you decide to go with Shadowbox?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

