<?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: Standard compliant CSS Min Width and Max Width for IE6</title>
	<atom:link href="http://www.jamesmarquez.com/css-compliant-min-width-and-max-width-for-ie6.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jamesmarquez.com/css-compliant-min-width-and-max-width-for-ie6.html</link>
	<description>filipino web applications developer and designer</description>
	<lastBuildDate>Wed, 12 May 2010 06:50:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: maximum width</title>
		<link>http://www.jamesmarquez.com/css-compliant-min-width-and-max-width-for-ie6.html/comment-page-1#comment-1300</link>
		<dc:creator>maximum width</dc:creator>
		<pubDate>Tue, 06 Apr 2010 18:51:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesmarquez.com/?p=11#comment-1300</guid>
		<description>[...] 26.0 inches. (Note : Tires have irregularities so add a safety factor into the above numbers. ...Standard compliant CSS Min Width and Max Width for IE6It&#039;s not actually a pure CSS tricks/hacks, as we all know, IE6 doesn&#039;t support CSS minimum and [...]</description>
		<content:encoded><![CDATA[<p>[...] 26.0 inches. (Note : Tires have irregularities so add a safety factor into the above numbers. &#8230;Standard compliant CSS Min Width and Max Width for IE6It&#39;s not actually a pure CSS tricks/hacks, as we all know, IE6 doesn&#39;t support CSS minimum and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Design Essex</title>
		<link>http://www.jamesmarquez.com/css-compliant-min-width-and-max-width-for-ie6.html/comment-page-1#comment-1227</link>
		<dc:creator>Web Design Essex</dc:creator>
		<pubDate>Fri, 05 Mar 2010 14:25:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesmarquez.com/?p=11#comment-1227</guid>
		<description>Great article thanks, however you need to change the following line

var old_width 	= document.body.offsetWidth;

to

var old_width 	= $(window).width();</description>
		<content:encoded><![CDATA[<p>Great article thanks, however you need to change the following line</p>
<p>var old_width 	= document.body.offsetWidth;</p>
<p>to</p>
<p>var old_width 	= $(window).width();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Njau Ndirangu</title>
		<link>http://www.jamesmarquez.com/css-compliant-min-width-and-max-width-for-ie6.html/comment-page-1#comment-665</link>
		<dc:creator>Njau Ndirangu</dc:creator>
		<pubDate>Sat, 03 Oct 2009 06:11:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesmarquez.com/?p=11#comment-665</guid>
		<description>Saved me alot of headache; i have tried a few solutions on the web and this is the only one that works perfectly</description>
		<content:encoded><![CDATA[<p>Saved me alot of headache; i have tried a few solutions on the web and this is the only one that works perfectly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Álvaro G. Vicario</title>
		<link>http://www.jamesmarquez.com/css-compliant-min-width-and-max-width-for-ie6.html/comment-page-1#comment-525</link>
		<dc:creator>Álvaro G. Vicario</dc:creator>
		<pubDate>Wed, 05 Aug 2009 09:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesmarquez.com/?p=11#comment-525</guid>
		<description>As usual with IE6 hacks, it only seems to work in the example of the page where you read it. As soon as you adapt the code to your own site you get all sort of problems...

Whatever, the ideas exposed are really valuable. And, anyway, some day IE6 will eventually die, even in intranets; I look forward to it.</description>
		<content:encoded><![CDATA[<p>As usual with IE6 hacks, it only seems to work in the example of the page where you read it. As soon as you adapt the code to your own site you get all sort of problems&#8230;</p>
<p>Whatever, the ideas exposed are really valuable. And, anyway, some day IE6 will eventually die, even in intranets; I look forward to it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.jamesmarquez.com/css-compliant-min-width-and-max-width-for-ie6.html/comment-page-1#comment-191</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sat, 22 Nov 2008 14:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesmarquez.com/?p=11#comment-191</guid>
		<description>the 40px offset is just my preferred margin size, it was just an optional value :)</description>
		<content:encoded><![CDATA[<p>the 40px offset is just my preferred margin size, it was just an optional value <img src='http://www.jamesmarquez.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karen</title>
		<link>http://www.jamesmarquez.com/css-compliant-min-width-and-max-width-for-ie6.html/comment-page-1#comment-185</link>
		<dc:creator>Karen</dc:creator>
		<pubDate>Fri, 21 Nov 2008 21:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesmarquez.com/?p=11#comment-185</guid>
		<description>Curious - why are the 40px offsets needed?</description>
		<content:encoded><![CDATA[<p>Curious &#8211; why are the 40px offsets needed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simone D&#8217;Amico &#187; Blog Archive &#187; Max-width su IE</title>
		<link>http://www.jamesmarquez.com/css-compliant-min-width-and-max-width-for-ie6.html/comment-page-1#comment-128</link>
		<dc:creator>Simone D&#8217;Amico &#187; Blog Archive &#187; Max-width su IE</dc:creator>
		<pubDate>Tue, 04 Nov 2008 22:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesmarquez.com/?p=11#comment-128</guid>
		<description>[...] &#124; sitepoint.com Via &#124; JamesMarquez.com  posted under CSS, jQuery, [...]</description>
		<content:encoded><![CDATA[<p>[...] | sitepoint.com Via | JamesMarquez.com  posted under CSS, jQuery, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dgtlmonk</title>
		<link>http://www.jamesmarquez.com/css-compliant-min-width-and-max-width-for-ie6.html/comment-page-1#comment-9</link>
		<dc:creator>Dgtlmonk</dc:creator>
		<pubDate>Mon, 28 Jul 2008 03:40:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesmarquez.com/?p=11#comment-9</guid>
		<description>brilliant dude ^_^</description>
		<content:encoded><![CDATA[<p>brilliant dude ^_^</p>
]]></content:encoded>
	</item>
</channel>
</rss>
