<?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"
	>
<channel>
	<title>Comments on: IE and overflow:&#160;auto</title>
	<atom:link href="http://www.magpiebrain.com/blog/2004/04/19/ie-and-overflow-auto/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.magpiebrain.com/blog/2004/04/19/ie-and-overflow-auto/</link>
	<description>Sam Newman's blog</description>
	<pubDate>Wed, 08 Oct 2008 06:25:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: farlukar</title>
		<link>http://www.magpiebrain.com/blog/2004/04/19/ie-and-overflow-auto/#comment-2093</link>
		<dc:creator>farlukar</dc:creator>
		<pubDate>Fri, 14 Jul 2006 08:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2004/04/19/ie-and-overflow-auto/#comment-2093</guid>
		<description>heh - new layout ate the pre tag...</description>
		<content:encoded><![CDATA[<p>heh &#8211; new layout ate the pre tag&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lenny</title>
		<link>http://www.magpiebrain.com/blog/2004/04/19/ie-and-overflow-auto/#comment-313</link>
		<dc:creator>Lenny</dc:creator>
		<pubDate>Sun, 04 Jul 2004 22:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2004/04/19/ie-and-overflow-auto/#comment-313</guid>
		<description>i absolutely love you for that code!!! ahh ! lol absolutely great tip...i feel so stupid that i didn't think of it haha =D
</description>
		<content:encoded><![CDATA[<p>i absolutely love you for that code!!! ahh ! lol absolutely great tip&#8230;i feel so stupid that i didn&#8217;t think of it haha =D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.magpiebrain.com/blog/2004/04/19/ie-and-overflow-auto/#comment-312</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Sun, 16 May 2004 23:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2004/04/19/ie-and-overflow-auto/#comment-312</guid>
		<description>Great tip - thanks Farlukar! In the end, I just assumed a fixed width for pre blocks, and IE correctly displays scrollbars, but your tip will be very useful if I go back to a liquid layout.</description>
		<content:encoded><![CDATA[<p>Great tip &#8211; thanks Farlukar! In the end, I just assumed a fixed width for pre blocks, and <acronym title="Internet Explorer">IE</acronym> correctly displays scrollbars, but your tip will be very useful if I go back to a liquid layout.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: farlukar</title>
		<link>http://www.magpiebrain.com/blog/2004/04/19/ie-and-overflow-auto/#comment-311</link>
		<dc:creator>farlukar</dc:creator>
		<pubDate>Sun, 16 May 2004 21:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.magpiebrain.com/2004/04/19/ie-and-overflow-auto/#comment-311</guid>
		<description>if you know how much of the screen it will NOT occupy (e.g. you've got 200px margins on each side) you can use

&#60;!--[If IE]&#62;
&#160;&#160;&#60;style type="text/css"&#62;
&#160;&#160;.overflowthingy{
&#160;&#160;&#160;&#160;width:expression(document.body.clientWidth-400);
&#160;&#160;&#160;&#160;overflow-x:auto;
&#160;&#160;&#160;&#160;overflow-y:hidden
&#160;&#160;}
&#160;&#160;&#60;/style&#62;
&#60;![endif]--&#62;

It's ugly, but it works...</description>
		<content:encoded><![CDATA[<p>if you know how much of the screen it will NOT occupy (e.g. you&#8217;ve got 200px margins on each side) you can use</p>
<p><!--[If IE]><br />
&nbsp;&nbsp;<br />
<style type="text/css">
&nbsp;&nbsp;.overflowthingy{<br />
&nbsp;&nbsp;&nbsp;&nbsp;width:expression(document.body.clientWidth-400);<br />
&nbsp;&nbsp;&nbsp;&nbsp;overflow-x:auto;<br />
&nbsp;&nbsp;&nbsp;&nbsp;overflow-y:hidden<br />
&nbsp;&nbsp;}<br />
&nbsp;&nbsp;</style>
<p>
< ![endif]--></p>
<p>It&#8217;s ugly, but it works&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
