<?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: Liquid layouts the easy way</title>
	<atom:link href="http://www.maxdesign.com.au/articles/liquid/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maxdesign.com.au</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 22:31:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Russ</title>
		<link>http://www.maxdesign.com.au/articles/liquid/comment-page-1/#comment-3594</link>
		<dc:creator>Russ</dc:creator>
		<pubDate>Sat, 31 Jul 2010 03:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxdesign.com.au/?page_id=1018#comment-3594</guid>
		<description>Glad you found it useful, Helena.  :)</description>
		<content:encoded><![CDATA[<p>Glad you found it useful, Helena.  <img src='http://www.maxdesign.com.au/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helena</title>
		<link>http://www.maxdesign.com.au/articles/liquid/comment-page-1/#comment-3588</link>
		<dc:creator>Helena</dc:creator>
		<pubDate>Fri, 30 Jul 2010 16:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxdesign.com.au/?page_id=1018#comment-3588</guid>
		<description>Now this is brilliant, I have been googling and selft taught myself html... doing alright but fixing older browsers&#039;s bugs have been dirving me nuts... and her you are: a simple line of code. BRILLIANT!!! and text for the formula for the margin, these puzzled me for a while as well. You made my day</description>
		<content:encoded><![CDATA[<p>Now this is brilliant, I have been googling and selft taught myself html&#8230; doing alright but fixing older browsers&#8217;s bugs have been dirving me nuts&#8230; and her you are: a simple line of code. BRILLIANT!!! and text for the formula for the margin, these puzzled me for a while as well. You made my day</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://www.maxdesign.com.au/articles/liquid/comment-page-1/#comment-3554</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Mon, 26 Jul 2010 14:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxdesign.com.au/?page_id=1018#comment-3554</guid>
		<description>Thank heaven that someone has finally done a good tutorial site on this matter. Even today with the prominence of the web as it is, there is so much ambiguity relating to this topic and for a budding web programmer it is infuriating! Thanks again Russ, spot on!</description>
		<content:encoded><![CDATA[<p>Thank heaven that someone has finally done a good tutorial site on this matter. Even today with the prominence of the web as it is, there is so much ambiguity relating to this topic and for a budding web programmer it is infuriating! Thanks again Russ, spot on!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russ</title>
		<link>http://www.maxdesign.com.au/articles/liquid/comment-page-1/#comment-3499</link>
		<dc:creator>Russ</dc:creator>
		<pubDate>Wed, 21 Jul 2010 06:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxdesign.com.au/?page_id=1018#comment-3499</guid>
		<description>@David,

You can apply this method to the image, but the critical thing is to leave the width and height undefined. For example:

&lt;strong&gt;Defined:&lt;/strong&gt;
&lt;img src=&quot;image.gif&quot; alt=&quot;&quot; width=&quot;50&quot; height=&quot;50&quot; /&gt;

&lt;strong&gt;Undefined: &lt;/strong&gt;
&lt;img src=&quot;image.gif&quot; alt=&quot;&quot; /&gt;</description>
		<content:encoded><![CDATA[<p>@David,</p>
<p>You can apply this method to the image, but the critical thing is to leave the width and height undefined. For example:</p>
<p><strong>Defined:</strong><br />
&lt;img src=&#8221;image.gif&#8221; alt=&#8221;" width=&#8221;50&#8243; height=&#8221;50&#8243; /&gt;</p>
<p><strong>Undefined: </strong><br />
&lt;img src=&#8221;image.gif&#8221; alt=&#8221;" /&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ianstudio</title>
		<link>http://www.maxdesign.com.au/articles/liquid/comment-page-1/#comment-3424</link>
		<dc:creator>ianstudio</dc:creator>
		<pubDate>Wed, 14 Jul 2010 08:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxdesign.com.au/?page_id=1018#comment-3424</guid>
		<description>Hi, thanks for the tutorials on here.. I&#039;m a Flash designer who really loves liquid layouts (and hates scrollers) and am trying to see what can be achieved with HTML/CSS.. Is there any way you could provide samples of &quot;liquidity&quot; vertically as well... I often see horizontal (width) liquid layouts but never vertical ones.. except for the odd footer that remains visible..

THX</description>
		<content:encoded><![CDATA[<p>Hi, thanks for the tutorials on here.. I&#8217;m a Flash designer who really loves liquid layouts (and hates scrollers) and am trying to see what can be achieved with HTML/CSS.. Is there any way you could provide samples of &#8220;liquidity&#8221; vertically as well&#8230; I often see horizontal (width) liquid layouts but never vertical ones.. except for the odd footer that remains visible..</p>
<p>THX</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.maxdesign.com.au/articles/liquid/comment-page-1/#comment-3379</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 10 Jul 2010 07:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxdesign.com.au/?page_id=1018#comment-3379</guid>
		<description>Hi. Just like to say thanks for the clear and useful info about liquid layouts. 
I have set my index page in a liquid layout. However, I was wondering, if I have an image that is set as 40% of the screen width. Can I set the height of the image to be relative to the width? Foe example; if the screen width is 1000px and the width is 40% = 400px I want the height of the image to be 400px too in order to remain square. I don&#039;t want my image to get squashed in strange browers settings.</description>
		<content:encoded><![CDATA[<p>Hi. Just like to say thanks for the clear and useful info about liquid layouts.<br />
I have set my index page in a liquid layout. However, I was wondering, if I have an image that is set as 40% of the screen width. Can I set the height of the image to be relative to the width? Foe example; if the screen width is 1000px and the width is 40% = 400px I want the height of the image to be 400px too in order to remain square. I don&#8217;t want my image to get squashed in strange browers settings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurie</title>
		<link>http://www.maxdesign.com.au/articles/liquid/comment-page-1/#comment-3283</link>
		<dc:creator>Laurie</dc:creator>
		<pubDate>Fri, 02 Jul 2010 15:27:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxdesign.com.au/?page_id=1018#comment-3283</guid>
		<description>Am finally making time to go thru and change all my includes with tables to CSS. I loved this article as it explained exactly what I wanted to do. Keep up the good work, mate!</description>
		<content:encoded><![CDATA[<p>Am finally making time to go thru and change all my includes with tables to CSS. I loved this article as it explained exactly what I wanted to do. Keep up the good work, mate!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://www.maxdesign.com.au/articles/liquid/comment-page-1/#comment-3137</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Sun, 20 Jun 2010 19:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.maxdesign.com.au/?page_id=1018#comment-3137</guid>
		<description>I tried your &quot;two column fixed width (with spread) layout&quot; and it works perfectly in Firefox, but not in IE. Even if I copy and paste the code you kindly shared it doesn&#039;t work. In IE it doesn&#039;t look centered, it aligns to the left. I&#039;m using it in antonioromo.com. Am I missing something? Thanks!!</description>
		<content:encoded><![CDATA[<p>I tried your &#8220;two column fixed width (with spread) layout&#8221; and it works perfectly in Firefox, but not in IE. Even if I copy and paste the code you kindly shared it doesn&#8217;t work. In IE it doesn&#8217;t look centered, it aligns to the left. I&#8217;m using it in antonioromo.com. Am I missing something? Thanks!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

