<?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: A gentle introduction to CSS3 Flexible Box Module (Part 1)</title>
	<atom:link href="http://www.the-haystack.com/2010/01/23/css3-flexbox-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.the-haystack.com/2010/01/23/css3-flexbox-part-1/</link>
	<description>Web, design, and web design</description>
	<lastBuildDate>Thu, 05 Jan 2012 10:24:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: kutlay</title>
		<link>http://www.the-haystack.com/2010/01/23/css3-flexbox-part-1/comment-page-1/#comment-181672</link>
		<dc:creator>kutlay</dc:creator>
		<pubDate>Wed, 07 Sep 2011 11:41:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.the-haystack.com/?p=182#comment-181672</guid>
		<description>thanks, now i don&#039;t know how i&#039;ll prepare it, if someone have idea, they can help me please. how can i transform this code for opera?</description>
		<content:encoded><![CDATA[<p>thanks, now i don&#8217;t know how i&#8217;ll prepare it, if someone have idea, they can help me please. how can i transform this code for opera?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://www.the-haystack.com/2010/01/23/css3-flexbox-part-1/comment-page-1/#comment-181636</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Tue, 06 Sep 2011 12:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.the-haystack.com/?p=182#comment-181636</guid>
		<description>&lt;p&gt;No. I&#039;m afraid Opera does not yet support flexbox. For browser support, see http://caniuse.com/#feat=flexbox&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>No. I&#8217;m afraid Opera does not yet support flexbox. For browser support, see <a href="http://caniuse.com/#feat=flexbox" rel="nofollow">http://caniuse.com/#feat=flexbox</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kutlay</title>
		<link>http://www.the-haystack.com/2010/01/23/css3-flexbox-part-1/comment-page-1/#comment-181633</link>
		<dc:creator>kutlay</dc:creator>
		<pubDate>Tue, 06 Sep 2011 11:53:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.the-haystack.com/?p=182#comment-181633</guid>
		<description>hi all,
i am a trainer in a big electronic firm, i have a project and i need your help. could you tell me how i can use them in opera?
&quot;for example: display: box&quot; is it valid in opera?
thank you</description>
		<content:encoded><![CDATA[<p>hi all,<br />
i am a trainer in a big electronic firm, i have a project and i need your help. could you tell me how i can use them in opera?<br />
&#8220;for example: display: box&#8221; is it valid in opera?<br />
thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://www.the-haystack.com/2010/01/23/css3-flexbox-part-1/comment-page-1/#comment-179890</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Mon, 18 Jul 2011 18:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.the-haystack.com/?p=182#comment-179890</guid>
		<description>Thank you for the great information.
But how do you do both horizontal and vertical?</description>
		<content:encoded><![CDATA[<p>Thank you for the great information.<br />
But how do you do both horizontal and vertical?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tower Of Power - Flex Box: Prevent Children From Stretching</title>
		<link>http://www.the-haystack.com/2010/01/23/css3-flexbox-part-1/comment-page-1/#comment-179777</link>
		<dc:creator>Tower Of Power - Flex Box: Prevent Children From Stretching</dc:creator>
		<pubDate>Thu, 14 Jul 2011 21:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.the-haystack.com/?p=182#comment-179777</guid>
		<description>[...] Box: Prevent Children From Stretching  //So, flex boxes are a glorious addition to CSS3 to make advanced layouts rapidly. No more crazy floats and nested [...]</description>
		<content:encoded><![CDATA[<p>[...] Box: Prevent Children From Stretching  //So, flex boxes are a glorious addition to CSS3 to make advanced layouts rapidly. No more crazy floats and nested [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik Vendelbo</title>
		<link>http://www.the-haystack.com/2010/01/23/css3-flexbox-part-1/comment-page-1/#comment-177573</link>
		<dc:creator>Henrik Vendelbo</dc:creator>
		<pubDate>Wed, 11 May 2011 02:45:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.the-haystack.com/?p=182#comment-177573</guid>
		<description>Actually I just need two things.

1. A property to make absolutely positioned(and floated) elements affect the height of the parent.
2. &#039;base-with&#039; which is added to width. 

Then I can do

section {
base-width:100px;
width:25%;
max-width:400px;
min-width:50px;
}

So width will grow between 150 to 500 pixels at a fourth of the rate of the parent.

I don&#039;t think the box model gives me that. Although I think it is good for form layouts.</description>
		<content:encoded><![CDATA[<p>Actually I just need two things.</p>
<p>1. A property to make absolutely positioned(and floated) elements affect the height of the parent.<br />
2. &#8216;base-with&#8217; which is added to width. </p>
<p>Then I can do</p>
<p>section {<br />
base-width:100px;<br />
width:25%;<br />
max-width:400px;<br />
min-width:50px;<br />
}</p>
<p>So width will grow between 150 to 500 pixels at a fourth of the rate of the parent.</p>
<p>I don&#8217;t think the box model gives me that. Although I think it is good for form layouts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: akua o asamoah</title>
		<link>http://www.the-haystack.com/2010/01/23/css3-flexbox-part-1/comment-page-1/#comment-172098</link>
		<dc:creator>akua o asamoah</dc:creator>
		<pubDate>Fri, 07 Jan 2011 21:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.the-haystack.com/?p=182#comment-172098</guid>
		<description>Thank you for providing the information.  It sounds like an exciting new CSS3 tool to use.</description>
		<content:encoded><![CDATA[<p>Thank you for providing the information.  It sounds like an exciting new CSS3 tool to use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chat-Thread - Seite 1584 - XHTMLforum</title>
		<link>http://www.the-haystack.com/2010/01/23/css3-flexbox-part-1/comment-page-1/#comment-170502</link>
		<dc:creator>Chat-Thread - Seite 1584 - XHTMLforum</dc:creator>
		<pubDate>Wed, 01 Dec 2010 09:36:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.the-haystack.com/?p=182#comment-170502</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared Savage</title>
		<link>http://www.the-haystack.com/2010/01/23/css3-flexbox-part-1/comment-page-1/#comment-170486</link>
		<dc:creator>Jared Savage</dc:creator>
		<pubDate>Tue, 30 Nov 2010 18:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.the-haystack.com/?p=182#comment-170486</guid>
		<description>Thanks for the article! This is exactly what I was looking for. Like saars said, these new features are perfect for UI and application layout. I&#039;ll be using it right away to replace some javascript hacks I had been using.

Cheers!</description>
		<content:encoded><![CDATA[<p>Thanks for the article! This is exactly what I was looking for. Like saars said, these new features are perfect for UI and application layout. I&#8217;ll be using it right away to replace some javascript hacks I had been using.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: san jose</title>
		<link>http://www.the-haystack.com/2010/01/23/css3-flexbox-part-1/comment-page-1/#comment-169713</link>
		<dc:creator>san jose</dc:creator>
		<pubDate>Thu, 04 Nov 2010 12:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.the-haystack.com/?p=182#comment-169713</guid>
		<description>Simple tutorial and very well written.
Thanks</description>
		<content:encoded><![CDATA[<p>Simple tutorial and very well written.<br />
Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

