<?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: Understanding CSS positioning part 2</title>
	<atom:link href="http://kilianvalkhof.com/2008/css-xhtml/understanding-css-positioning-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://kilianvalkhof.com/2008/css-xhtml/understanding-css-positioning-part-2/</link>
	<description></description>
	<lastBuildDate>Sun, 13 May 2012 19:51:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Bob from Design Courses</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/understanding-css-positioning-part-2/comment-page-1/#comment-126361</link>
		<dc:creator>Bob from Design Courses</dc:creator>
		<pubDate>Tue, 23 Aug 2011 05:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=65#comment-126361</guid>
		<description>I&#039;ve always considered floating a tricky element of CSS design and your posts contain easy to understand and implement instructions. Even graphic design newbies will appreciate this!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve always considered floating a tricky element of CSS design and your posts contain easy to understand and implement instructions. Even graphic design newbies will appreciate this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SupersumWeb</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/understanding-css-positioning-part-2/comment-page-1/#comment-115768</link>
		<dc:creator>SupersumWeb</dc:creator>
		<pubDate>Sat, 09 Jul 2011 12:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=65#comment-115768</guid>
		<description>Thank you for the tutorial.  IT was very helpful in some layout issues iv been having.</description>
		<content:encoded><![CDATA[<p>Thank you for the tutorial.  IT was very helpful in some layout issues iv been having.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Best of the Web – May &#124; Tut Free</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/understanding-css-positioning-part-2/comment-page-1/#comment-104953</link>
		<dc:creator>Best of the Web – May &#124; Tut Free</dc:creator>
		<pubDate>Wed, 11 May 2011 07:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=65#comment-104953</guid>
		<description>[...] Part 2 &#124; [...]</description>
		<content:encoded><![CDATA[<p>[...] Part 2 | [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using CSS to Fix Anything: 20+ Common Bugs and Fixes &#124; Development Newswire Blog</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/understanding-css-positioning-part-2/comment-page-1/#comment-99066</link>
		<dc:creator>Using CSS to Fix Anything: 20+ Common Bugs and Fixes &#124; Development Newswire Blog</dc:creator>
		<pubDate>Mon, 11 Apr 2011 00:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=65#comment-99066</guid>
		<description>[...] new CSS3 layout modules. The first part will introduce the positioning and display property. Part1, Part2, Part3 gives you a deep understanding of the possibilities you have in [...]</description>
		<content:encoded><![CDATA[<p>[...] new CSS3 layout modules. The first part will introduce the positioning and display property. Part1, Part2, Part3 gives you a deep understanding of the possibilities you have in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 使用CSS修正一切：20多个常见Bug及其修正方法</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/understanding-css-positioning-part-2/comment-page-1/#comment-62278</link>
		<dc:creator>使用CSS修正一切：20多个常见Bug及其修正方法</dc:creator>
		<pubDate>Thu, 23 Sep 2010 00:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=65#comment-62278</guid>
		<description>[...] 布局模型的一个预览。第一部分将会介绍定位和display属性。 Part1, Part2, Part3 [...]</description>
		<content:encoded><![CDATA[<p>[...] 布局模型的一个预览。第一部分将会介绍定位和display属性。 Part1, Part2, Part3 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Williams</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/understanding-css-positioning-part-2/comment-page-1/#comment-61987</link>
		<dc:creator>Colin Williams</dc:creator>
		<pubDate>Sat, 18 Sep 2010 09:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=65#comment-61987</guid>
		<description>I&#039;m trying to make a website and found your CSS articles to be helpful! However, I&#039;m still confused on how to go about what I&#039;m trying to do. I&#039;m trying to make the banner for the site. I want to use an image for the right side of the banner, and I&#039;m using the CSS width property at 30% to dynamically resize the image as the page size changes. This is working so far. I&#039;m then floating the image right.

Then I would like to use font&#039;s instead of images to fill the rest of the available width. I&#039;ve created 3 floating divs and given them each a width of 70%. However, I&#039;m not sure how I can make the fonts stretch across the divs without giving them a static size, which would defeat the whole purpose. I&#039;ve tried a number of different ways of going about this, and digged through a whole bunch of CSS resources, and still haven&#039;t found a solution. Furthermore I don&#039;t give a damn about ie6 (however, more recent ie versions I would like to make work.) 

&lt;a href=&quot;http://seattlesoft.com/farhad/temp.html&quot; rel=&quot;nofollow&quot;&gt;Here&lt;/a&gt; is the banner which 
I&#039;m working on, the photo below is a static image showing what I&#039;m trying to achieve.

 

feel free to email me any suggestions

Best,

Colin Williams</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to make a website and found your CSS articles to be helpful! However, I&#8217;m still confused on how to go about what I&#8217;m trying to do. I&#8217;m trying to make the banner for the site. I want to use an image for the right side of the banner, and I&#8217;m using the CSS width property at 30% to dynamically resize the image as the page size changes. This is working so far. I&#8217;m then floating the image right.</p>
<p>Then I would like to use font&#8217;s instead of images to fill the rest of the available width. I&#8217;ve created 3 floating divs and given them each a width of 70%. However, I&#8217;m not sure how I can make the fonts stretch across the divs without giving them a static size, which would defeat the whole purpose. I&#8217;ve tried a number of different ways of going about this, and digged through a whole bunch of CSS resources, and still haven&#8217;t found a solution. Furthermore I don&#8217;t give a damn about ie6 (however, more recent ie versions I would like to make work.) </p>
<p><a href="http://seattlesoft.com/farhad/temp.html" rel="nofollow">Here</a> is the banner which<br />
I&#8217;m working on, the photo below is a static image showing what I&#8217;m trying to achieve.</p>
<p>feel free to email me any suggestions</p>
<p>Best,</p>
<p>Colin Williams</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IE (Internet Explorer) баги &#124; Мир вокруг</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/understanding-css-positioning-part-2/comment-page-1/#comment-52691</link>
		<dc:creator>IE (Internet Explorer) баги &#124; Мир вокруг</dc:creator>
		<pubDate>Thu, 29 Apr 2010 15:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=65#comment-52691</guid>
		<description>[...] в статье Understanding CSS Positioning part 1 , и в продолжение ее Part2,  Part3. Вы найдете не только ответы на разнообразные [...]</description>
		<content:encoded><![CDATA[<p>[...] в статье Understanding CSS Positioning part 1 , и в продолжение ее Part2,  Part3. Вы найдете не только ответы на разнообразные [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 【转】使用CSS修正20多个常见页面Bug &#171; My Happy Garden</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/understanding-css-positioning-part-2/comment-page-1/#comment-48320</link>
		<dc:creator>【转】使用CSS修正20多个常见页面Bug &#171; My Happy Garden</dc:creator>
		<pubDate>Tue, 09 Mar 2010 10:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=65#comment-48320</guid>
		<description>[...] 布局模型的一个预览。第一部分将会介绍定位和display属性。 Part1, Part2, Part3 [...]</description>
		<content:encoded><![CDATA[<p>[...] 布局模型的一个预览。第一部分将会介绍定位和display属性。 Part1, Part2, Part3 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSS修正20多个常见Bug的方法 &#124; Web启点</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/understanding-css-positioning-part-2/comment-page-1/#comment-43452</link>
		<dc:creator>CSS修正20多个常见Bug的方法 &#124; Web启点</dc:creator>
		<pubDate>Sun, 10 Jan 2010 12:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=65#comment-43452</guid>
		<description>[...] 布局模型的一个预览。第一部分将会介绍定位和display属性。 Part1, Part2, Part3 [...]</description>
		<content:encoded><![CDATA[<p>[...] 布局模型的一个预览。第一部分将会介绍定位和display属性。 Part1, Part2, Part3 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WEB 3.0 &#187; Blog Archive &#187; ¿Así que querías saber (casi todo) de CSS?</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/understanding-css-positioning-part-2/comment-page-1/#comment-18312</link>
		<dc:creator>WEB 3.0 &#187; Blog Archive &#187; ¿Así que querías saber (casi todo) de CSS?</dc:creator>
		<pubDate>Sat, 18 Apr 2009 01:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=65#comment-18312</guid>
		<description>[...] Understanding CSS Positioning, Part 2 - Kilian Valkhof [...]</description>
		<content:encoded><![CDATA[<p>[...] Understanding CSS Positioning, Part 2 &#8211; Kilian Valkhof [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

