<?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: Elastic Faux Columns</title>
	<atom:link href="http://nickcowie.com/2005/elastic-faux-columns/feed/" rel="self" type="application/rss+xml" />
	<link>http://nickcowie.com/2005/elastic-faux-columns/</link>
	<description>Web standards, accessibility  and such like with a bias toward  Government web sites</description>
	<lastBuildDate>Wed, 25 Jan 2012 22:47:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: WEB 3.0 &#187; Blog Archive &#187; ¿Así que querías saber de CSS?</title>
		<link>http://nickcowie.com/2005/elastic-faux-columns/comment-page-1/#comment-37556</link>
		<dc:creator>WEB 3.0 &#187; Blog Archive &#187; ¿Así que querías saber de CSS?</dc:creator>
		<pubDate>Sat, 18 Apr 2009 01:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://nickcowie.com/?p=40#comment-37556</guid>
		<description>[...] Elastic Faux Columns - Nick Cowie [...]</description>
		<content:encoded><![CDATA[<p>[…] Elastic Faux Columns — Nick Cowie […]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: og</title>
		<link>http://nickcowie.com/2005/elastic-faux-columns/comment-page-1/#comment-37330</link>
		<dc:creator>og</dc:creator>
		<pubDate>Tue, 23 Sep 2008 23:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://nickcowie.com/?p=40#comment-37330</guid>
		<description>Your code doesn&#039;t works like a table</description>
		<content:encoded><![CDATA[<p>Your code doesn’t works like a table</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RE Mogul</title>
		<link>http://nickcowie.com/2005/elastic-faux-columns/comment-page-1/#comment-37045</link>
		<dc:creator>RE Mogul</dc:creator>
		<pubDate>Thu, 26 Jun 2008 20:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://nickcowie.com/?p=40#comment-37045</guid>
		<description>Neat &amp; Clean Columns via CSS:

http://bubbleheads.blogspot.com/2006/12/sixty-five-years-ago-today.html



PS: I would like to read the Bubblehead article(s) you authored. 
(ElastIMG Link is 404-ing.)</description>
		<content:encoded><![CDATA[<p>Neat &amp; Clean Columns via CSS:</p>
<p><a href="http://bubbleheads.blogspot.com/2006/12/sixty-five-years-ago-today.html" rel="nofollow">http://bubbleheads.blogspot.com/2006/12/sixty-five-years-ago-today.html</a></p>
<p>PS: I would like to read the Bubblehead article(s) you authored.<br />
(ElastIMG Link is 404-ing.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RE Mogul</title>
		<link>http://nickcowie.com/2005/elastic-faux-columns/comment-page-1/#comment-37044</link>
		<dc:creator>RE Mogul</dc:creator>
		<pubDate>Thu, 26 Jun 2008 20:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://nickcowie.com/?p=40#comment-37044</guid>
		<description>Why not Horizontal Elasticity too?

I column @ smaller-fraction resolution is still recognizable &amp; navigable.

A column @ expanded resolution (at the expense of other columns) would allow for more comfortable &amp; engaging viewing.

http://blog.circlecube.com/2007/07/26/rollover-elastic-bounce-rezise/</description>
		<content:encoded><![CDATA[<p>Why not Horizontal Elasticity too?</p>
<p>I column @ smaller-fraction resolution is still recognizable &amp; navigable.</p>
<p>A column @ expanded resolution (at the expense of other columns) would allow for more comfortable &amp; engaging viewing.</p>
<p><a href="http://blog.circlecube.com/2007/07/26/rollover-elastic-bounce-rezise/" rel="nofollow">http://blog.circlecube.com/2007/07/26/rollover-elastic-bounce-rezise/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tanny O'Haley</title>
		<link>http://nickcowie.com/2005/elastic-faux-columns/comment-page-1/#comment-11230</link>
		<dc:creator>Tanny O'Haley</dc:creator>
		<pubDate>Tue, 27 Feb 2007 07:54:52 +0000</pubDate>
		<guid isPermaLink="false">http://nickcowie.com/?p=40#comment-11230</guid>
		<description>Sorry that is repeat-y right top in the inner div.</description>
		<content:encoded><![CDATA[<p>Sorry that is repeat-y right top in the inner div.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tanny O'Haley</title>
		<link>http://nickcowie.com/2005/elastic-faux-columns/comment-page-1/#comment-11229</link>
		<dc:creator>Tanny O'Haley</dc:creator>
		<pubDate>Tue, 27 Feb 2007 07:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://nickcowie.com/?p=40#comment-11229</guid>
		<description>Thank you for your quick reply. What I ended up doing is add an extra div. I did not want to clutter up my code, but I couldn&#039;t see any way around it. On the outside div I positioned a background image that is not wider than the div as normal. In the inner div I positioned the same image no-repeat top right. This is not the best solution as a user can make the text size so large that a gap appears between the images.

Then I&#039;m using the escape hack (I don&#039;t really like this type of hack) to tell every other browser to use the full size image on the outer div and no image on the inside div. Now I&#039;m having a problem with background image filling all of the inner div.

I sent an email message to Faruk. If he answers and has a solution it I will send it to you.</description>
		<content:encoded><![CDATA[<p>Thank you for your quick reply. What I ended up doing is add an extra div. I did not want to clutter up my code, but I couldn’t see any way around it. On the outside div I positioned a background image that is not wider than the div as normal. In the inner div I positioned the same image no-repeat top right. This is not the best solution as a user can make the text size so large that a gap appears between the images.</p>
<p>Then I’m using the escape hack (I don’t really like this type of hack) to tell every other browser to use the full size image on the outer div and no image on the inside div. Now I’m having a problem with background image filling all of the inner div.</p>
<p>I sent an email message to Faruk. If he answers and has a solution it I will send it to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://nickcowie.com/2005/elastic-faux-columns/comment-page-1/#comment-11194</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Mon, 26 Feb 2007 00:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://nickcowie.com/?p=40#comment-11194</guid>
		<description>Tanny, I tried to find a solution to the overflowing background in Safari and never did, but I did not spend a great deal of time on it. &lt;a href=&quot;http://kurafire.net/&quot; rel=&quot;nofollow&quot;&gt;Faruk&lt;/a&gt; said his solution did not suffer from that problem, so I waited for Faruk to publish the solution. However, Faruk ran off and joined Apple and his blogging declined dramatically.  The solution should be in the code of &lt;a href=&quot;http://kurafire.net/&quot; rel=&quot;nofollow&quot;&gt;kurafire.net&lt;/a&gt;.

With the redesign of my blog and my new MacBook Pro with Safari 2 displaying the same problem, I will be looking for a solution myself. But that is still a couple of months away at least.</description>
		<content:encoded><![CDATA[<p>Tanny, I tried to find a solution to the overflowing background in Safari and never did, but I did not spend a great deal of time on it. <a href="http://kurafire.net/" rel="nofollow">Faruk</a> said his solution did not suffer from that problem, so I waited for Faruk to publish the solution. However, Faruk ran off and joined Apple and his blogging declined dramatically.  The solution should be in the code of <a href="http://kurafire.net/" rel="nofollow">kurafire.net</a>.</p>
<p>With the redesign of my blog and my new MacBook Pro with Safari 2 displaying the same problem, I will be looking for a solution myself. But that is still a couple of months away at least.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tanny O'Haley</title>
		<link>http://nickcowie.com/2005/elastic-faux-columns/comment-page-1/#comment-11188</link>
		<dc:creator>Tanny O'Haley</dc:creator>
		<pubDate>Sun, 25 Feb 2007 17:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://nickcowie.com/?p=40#comment-11188</guid>
		<description>Other than reducing the size of the background image, have you found a solution to fix the background image overflowing the container div in Safari?</description>
		<content:encoded><![CDATA[<p>Other than reducing the size of the background image, have you found a solution to fix the background image overflowing the container div in Safari?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

