<?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: CSS max-width proportional scaling in IE6</title>
	<atom:link href="http://damian.peterson.net.nz/2008/03/19/css-max-width-proportional-scaling-in-ie6/feed/" rel="self" type="application/rss+xml" />
	<link>http://damian.peterson.net.nz/2008/03/19/css-max-width-proportional-scaling-in-ie6/</link>
	<description>The Bloggery of Damian Peterson</description>
	<lastBuildDate>Fri, 30 Dec 2011 03:02:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Damian</title>
		<link>http://damian.peterson.net.nz/2008/03/19/css-max-width-proportional-scaling-in-ie6/#comment-7084</link>
		<dc:creator>Damian</dc:creator>
		<pubDate>Wed, 28 Apr 2010 22:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://damian.peterson.net.nz/2008/03/19/css-max-width-proportional-scaling-in-ie6/#comment-7084</guid>
		<description>Cheers, glad it helped.</description>
		<content:encoded><![CDATA[<p>Cheers, glad it helped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://damian.peterson.net.nz/2008/03/19/css-max-width-proportional-scaling-in-ie6/#comment-7075</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Wed, 28 Apr 2010 03:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://damian.peterson.net.nz/2008/03/19/css-max-width-proportional-scaling-in-ie6/#comment-7075</guid>
		<description>Thanks Damian, helpful!
I ended up using ur solution, plus I did a min-height thing to the container surrounding the image, so that at least the text etc.. under it are all uniform :)

thanks!</description>
		<content:encoded><![CDATA[<p>Thanks Damian, helpful!<br />
I ended up using ur solution, plus I did a min-height thing to the container surrounding the image, so that at least the text etc.. under it are all uniform <img src='http://damian.peterson.net.nz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damian</title>
		<link>http://damian.peterson.net.nz/2008/03/19/css-max-width-proportional-scaling-in-ie6/#comment-6404</link>
		<dc:creator>Damian</dc:creator>
		<pubDate>Wed, 10 Mar 2010 19:57:17 +0000</pubDate>
		<guid isPermaLink="false">http://damian.peterson.net.nz/2008/03/19/css-max-width-proportional-scaling-in-ie6/#comment-6404</guid>
		<description>I don&#039;t have time to try it out right now but you could try:

.myclass {
height:expression(this.height &gt; 100 ? (this.width &gt; this.height ? (this.height / this.width) * 100 : 100) : true);
}

Let me know if it works.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t have time to try it out right now but you could try:</p>
<p>.myclass {<br />
height:expression(this.height > 100 ? (this.width > this.height ? (this.height / this.width) * 100 : 100) : true);<br />
}</p>
<p>Let me know if it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott L</title>
		<link>http://damian.peterson.net.nz/2008/03/19/css-max-width-proportional-scaling-in-ie6/#comment-6403</link>
		<dc:creator>Scott L</dc:creator>
		<pubDate>Wed, 10 Mar 2010 19:49:50 +0000</pubDate>
		<guid isPermaLink="false">http://damian.peterson.net.nz/2008/03/19/css-max-width-proportional-scaling-in-ie6/#comment-6403</guid>
		<description>This rocks, thanks so much for this!

Is there a way to do this with max-height as the baseline?</description>
		<content:encoded><![CDATA[<p>This rocks, thanks so much for this!</p>
<p>Is there a way to do this with max-height as the baseline?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

