<?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 3 columns Liquid Layout (Fluid-Fix)</title>
	<atom:link href="http://web-kreation.com/tutorials/css-liquid-layout-3-columns-fluid-fix/feed/" rel="self" type="application/rss+xml" />
	<link>http://web-kreation.com/all/css-liquid-layout-3-columns-fluid-fix/</link>
	<description>Web &#38; Graphic Design by Jeremie Tisseau, Web Design Consultant at Calleo</description>
	<lastBuildDate>Wed, 28 Jul 2010 13:39:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Karen Atanacio</title>
		<link>http://web-kreation.com/all/css-liquid-layout-3-columns-fluid-fix/#comment-7048</link>
		<dc:creator>Karen Atanacio</dc:creator>
		<pubDate>Fri, 12 Feb 2010 06:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://web-kreation.com/blog/?p=14#comment-7048</guid>
		<description>Holy Smokes dude you have many wierd error codes on your web site that says parse error unexpected T String in line 18</description>
		<content:encoded><![CDATA[<p>Holy Smokes dude you have many wierd error codes on your web site that says parse error unexpected T String in line 18</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremie Tisseau</title>
		<link>http://web-kreation.com/all/css-liquid-layout-3-columns-fluid-fix/#comment-3761</link>
		<dc:creator>Jeremie Tisseau</dc:creator>
		<pubDate>Thu, 05 Mar 2009 02:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://web-kreation.com/blog/?p=14#comment-3761</guid>
		<description>You can try to create a container to wrap #wrapper:

&lt;pre lang=&quot;html4strict&quot;&gt;&lt;body&gt;
&lt;div id=&quot;container&quot;&gt;
  &lt;div id=&quot;wrapper&quot;&gt;
   ...
  &lt;/div&gt;
&lt;/div&gt;
&lt;/body&gt;&lt;/pre&gt;

And then, add this to your stylesheet:
&lt;pre lang=&quot;css&quot;&gt;
#container {
  margin:0 40px;
}&lt;/pre&gt;

I didn&#039;t try it in IE so maybe you will have to tweak the code a little bit.
</description>
		<content:encoded><![CDATA[<p>You can try to create a container to wrap #wrapper:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p289code1'); return false;">View Code</a> HTML4STRICT</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p2891"><td class="code" id="p289code1"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/body.html"><span style="color: #000000; font-weight: bold;">body</span></a>&gt;</span>
<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;container&quot;</span>&gt;</span>
  <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;wrapper&quot;</span>&gt;</span>
   ...
  <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/body.html"><span style="color: #000000; font-weight: bold;">body</span></a>&gt;</span></pre></td></tr></table></div>

<p>And then, add this to your stylesheet:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p289code2'); return false;">View Code</a> CSS</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p2892"><td class="code" id="p289code2"><pre class="css" style="font-family:monospace;"><span style="color: #cc00cc;">#container</span> <span style="color: #00AA00;">&#123;</span>
  <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span> <span style="color: #933;">40px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>I didn&#8217;t try it in IE so maybe you will have to tweak the code a little bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravi Kotak</title>
		<link>http://web-kreation.com/all/css-liquid-layout-3-columns-fluid-fix/#comment-3760</link>
		<dc:creator>Ravi Kotak</dc:creator>
		<pubDate>Wed, 04 Mar 2009 22:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://web-kreation.com/blog/?p=14#comment-3760</guid>
		<description>Got one! any idea why can&#039;t i center it with defined width. Like using margin:0 auto; for everything. I got it working for header and footer by adding a body dive inside.</description>
		<content:encoded><![CDATA[<p>Got one! any idea why can&#8217;t i center it with defined width. Like using margin:0 auto; for everything. I got it working for header and footer by adding a body dive inside.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravi Kotak</title>
		<link>http://web-kreation.com/all/css-liquid-layout-3-columns-fluid-fix/#comment-3759</link>
		<dc:creator>Ravi Kotak</dc:creator>
		<pubDate>Wed, 04 Mar 2009 19:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://web-kreation.com/blog/?p=14#comment-3759</guid>
		<description>Thanks a lot. Amazing post does exactly what i have been looking for with just css and html. Just grabbed it from here, will report if I come across any issues.
Thanks once again! cheers</description>
		<content:encoded><![CDATA[<p>Thanks a lot. Amazing post does exactly what i have been looking for with just css and html. Just grabbed it from here, will report if I come across any issues.<br />
Thanks once again! cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremie Tisseau</title>
		<link>http://web-kreation.com/all/css-liquid-layout-3-columns-fluid-fix/#comment-3694</link>
		<dc:creator>Jeremie Tisseau</dc:creator>
		<pubDate>Sat, 28 Feb 2009 07:20:36 +0000</pubDate>
		<guid isPermaLink="false">http://web-kreation.com/blog/?p=14#comment-3694</guid>
		<description>What doesn&#039;t work exactly? The login form or the toggle effect (slide in/out)? If it is the login form, then it is normal. A login form needs a scripting language and a database (PHP/MySQL for example) in order to work. 

Why don&#039;t you use a CMS (Content Management System) such as Wordpress, Drupal, Silverstripe... Each include a login form by default. I wrote an article on how to &lt;a href=&quot;http://web-kreation.com/index.php/wordpress/add-a-showhide-login-panel-to-your-wordpress-theme-using-mootools/&quot; rel=&quot;nofollow&quot;&gt;Add a show/hide login panel to your Wordpress theme using Mootools&lt;/a&gt;. Wordpress is very powerfull CMS and I would highly recommend it.</description>
		<content:encoded><![CDATA[<p>What doesn&#8217;t work exactly? The login form or the toggle effect (slide in/out)? If it is the login form, then it is normal. A login form needs a scripting language and a database (PHP/MySQL for example) in order to work. </p>
<p>Why don&#8217;t you use a CMS (Content Management System) such as WordPress, Drupal, Silverstripe&#8230; Each include a login form by default. I wrote an article on how to <a href="http://web-kreation.com/index.php/wordpress/add-a-showhide-login-panel-to-your-wordpress-theme-using-mootools/" rel="nofollow">Add a show/hide login panel to your WordPress theme using Mootools</a>. WordPress is very powerfull CMS and I would highly recommend it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srikanth</title>
		<link>http://web-kreation.com/all/css-liquid-layout-3-columns-fluid-fix/#comment-3693</link>
		<dc:creator>Srikanth</dc:creator>
		<pubDate>Sat, 28 Feb 2009 06:58:04 +0000</pubDate>
		<guid isPermaLink="false">http://web-kreation.com/blog/?p=14#comment-3693</guid>
		<description>How can i use ur hide/show login panel to this layout???
It Doesnt works for me... Can u help me out???</description>
		<content:encoded><![CDATA[<p>How can i use ur hide/show login panel to this layout???<br />
It Doesnt works for me&#8230; Can u help me out???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew James Taylor</title>
		<link>http://web-kreation.com/all/css-liquid-layout-3-columns-fluid-fix/#comment-1328</link>
		<dc:creator>Matthew James Taylor</dc:creator>
		<pubDate>Wed, 16 Jul 2008 01:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://web-kreation.com/blog/?p=14#comment-1328</guid>
		<description>I just want to point out that it &lt;a href=&quot;http://matthewjamestaylor.com/blog/ultimate-3-column-holy-grail-pixels.htm&quot; rel=&quot;nofollow&quot;&gt;&lt;em&gt;is&lt;/em&gt; possible to have equal height columns without JavaScript&lt;/a&gt; providing you nest your divs correctly. Unfortunately this method is not compatible with a sticky footer.</description>
		<content:encoded><![CDATA[<p>I just want to point out that it <a href="http://matthewjamestaylor.com/blog/ultimate-3-column-holy-grail-pixels.htm" rel="nofollow"><em>is</em> possible to have equal height columns without JavaScript</a> providing you nest your divs correctly. Unfortunately this method is not compatible with a sticky footer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremie Tisseau</title>
		<link>http://web-kreation.com/all/css-liquid-layout-3-columns-fluid-fix/#comment-1049</link>
		<dc:creator>Jeremie Tisseau</dc:creator>
		<pubDate>Sun, 08 Jul 2007 12:12:24 +0000</pubDate>
		<guid isPermaLink="false">http://web-kreation.com/blog/?p=14#comment-1049</guid>
		<description>Je suis content de savoir que mon code soit accessible à tous. Je me rappelle combien difficile c&#039;était pour moi (à mes débuts en tant que designer amateur) et j&#039;ai voulu, dans ce post, faire en sorte que n&#039;importe qui puisse comprendre ce que je faisais. Si tu as des questions, n&#039;hesites pas à me contacter. Ça sera un plaisir de t&#039;aider.

A+</description>
		<content:encoded><![CDATA[<p>Je suis content de savoir que mon code soit accessible à tous. Je me rappelle combien difficile c&#8217;était pour moi (à mes débuts en tant que designer amateur) et j&#8217;ai voulu, dans ce post, faire en sorte que n&#8217;importe qui puisse comprendre ce que je faisais. Si tu as des questions, n&#8217;hesites pas à me contacter. Ça sera un plaisir de t&#8217;aider.</p>
<p>A+</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: markeff</title>
		<link>http://web-kreation.com/all/css-liquid-layout-3-columns-fluid-fix/#comment-1048</link>
		<dc:creator>markeff</dc:creator>
		<pubDate>Sun, 08 Jul 2007 12:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://web-kreation.com/blog/?p=14#comment-1048</guid>
		<description>Hello Jeremie Tisseau !
C&#039;est là du code très très limpide ! J&#039;ai presque assimilé à la première lecture (ça n&#039;est pas rien. lol)
Merci pour ce post, qui donne vraiment envie (au profane que je suis) de mettre les mains à la pâte.</description>
		<content:encoded><![CDATA[<p>Hello Jeremie Tisseau !<br />
C&#8217;est là du code très très limpide ! J&#8217;ai presque assimilé à la première lecture (ça n&#8217;est pas rien. lol)<br />
Merci pour ce post, qui donne vraiment envie (au profane que je suis) de mettre les mains à la pâte.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://web-kreation.com/all/css-liquid-layout-3-columns-fluid-fix/#comment-1050</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sat, 07 Jul 2007 14:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://web-kreation.com/blog/?p=14#comment-1050</guid>
		<description>Great post and very helpful. My html/css is a little rusty and have been looking for a good 3 column layout for my own website and this is perfect. Thanks, Michael</description>
		<content:encoded><![CDATA[<p>Great post and very helpful. My html/css is a little rusty and have been looking for a good 3 column layout for my own website and this is perfect. Thanks, Michael</p>
]]></content:encoded>
	</item>
</channel>
</rss>
