<?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 &#8211; Bordering on The Ridiculous</title>
	<atom:link href="http://www.search-this.com/2008/06/04/css-bordering-on-the-ridiculous/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.search-this.com/2008/06/04/css-bordering-on-the-ridiculous/</link>
	<description>Internet Marketing, Website Promotion and Blogging Advice</description>
	<lastBuildDate>Wed, 17 Mar 2010 06:00:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: hakan</title>
		<link>http://www.search-this.com/2008/06/04/css-bordering-on-the-ridiculous/comment-page-1/#comment-123113</link>
		<dc:creator>hakan</dc:creator>
		<pubDate>Mon, 12 Jan 2009 18:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=670#comment-123113</guid>
		<description>good thanks</description>
		<content:encoded><![CDATA[<p>good thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fix Your CSS</title>
		<link>http://www.search-this.com/2008/06/04/css-bordering-on-the-ridiculous/comment-page-1/#comment-74323</link>
		<dc:creator>Fix Your CSS</dc:creator>
		<pubDate>Mon, 14 Jul 2008 14:24:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=670#comment-74323</guid>
		<description>[...] We can&#039;t really use this method for our fixed footer because it serves no purpose if we can&#039;t see it. A change of tact is needed and we will need to fix the footer to the bottom of the viewport using the bottom property while not specifying left or right positions so that our element holds true to the centered layout. However we will also need to use a 100% high centered layout if we want borders to meet the footer, otherwise it may look a bit detached. (Read my explanation on 100% height in the middle paragraphs here.) [...]</description>
		<content:encoded><![CDATA[<p>[...] We can&#8217;t really use this method for our fixed footer because it serves no purpose if we can&#8217;t see it. A change of tact is needed and we will need to fix the footer to the bottom of the viewport using the bottom property while not specifying left or right positions so that our element holds true to the centered layout. However we will also need to use a 100% high centered layout if we want borders to meet the footer, otherwise it may look a bit detached. (Read my explanation on 100% height in the middle paragraphs here.) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-06-14 &#171; Richard@Home</title>
		<link>http://www.search-this.com/2008/06/04/css-bordering-on-the-ridiculous/comment-page-1/#comment-64672</link>
		<dc:creator>links for 2008-06-14 &#171; Richard@Home</dc:creator>
		<pubDate>Sat, 14 Jun 2008 05:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=670#comment-64672</guid>
		<description>[...] CSS - Bordering on The Ridiculous Nice tutorial covering how to add left and right borders to an element. Markup is pretty clean, but the CSS has some hacks for IE that I would rather see in an IE only stylesheet. (tags: css borders tutorial) [...]</description>
		<content:encoded><![CDATA[<p>[...] CSS &#8211; Bordering on The Ridiculous Nice tutorial covering how to add left and right borders to an element. Markup is pretty clean, but the CSS has some hacks for IE that I would rather see in an IE only stylesheet. (tags: css borders tutorial) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Advocatus D.</title>
		<link>http://www.search-this.com/2008/06/04/css-bordering-on-the-ridiculous/comment-page-1/#comment-64400</link>
		<dc:creator>Advocatus D.</dc:creator>
		<pubDate>Thu, 12 Jun 2008 16:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=670#comment-64400</guid>
		<description>Very informative! Found this post from a &lt;a href=&quot;http://poshcss.com/&quot; rel=&quot;nofollow&quot;&gt;PoshCSS posting&lt;/a&gt;.

Great explanation of using 100% dimensions. You definitely cleared up some confusion I&#039;ve had. I imagine I&#039;ll be using this knowledge in the future. Thanks!</description>
		<content:encoded><![CDATA[<p>Very informative! Found this post from a <a href="http://poshcss.com/" rel="nofollow">PoshCSS posting</a>.</p>
<p>Great explanation of using 100% dimensions. You definitely cleared up some confusion I&#8217;ve had. I imagine I&#8217;ll be using this knowledge in the future. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul OB</title>
		<link>http://www.search-this.com/2008/06/04/css-bordering-on-the-ridiculous/comment-page-1/#comment-63945</link>
		<dc:creator>Paul OB</dc:creator>
		<pubDate>Tue, 10 Jun 2008 13:51:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=670#comment-63945</guid>
		<description>Hi Patricj=k,

The height:1% in the first examples was to force &quot;haslayout&quot; in IE as I mentioned in the article. :)

If the element doesn&#039;t have &quot;haslayout&quot; then things will soon start to go wrong and become mis-positioned.

http://reference.sitepoint.com/css/haslayout

The later examples are using the height:100% routines and therefore don&#039;t need the 1% hack.</description>
		<content:encoded><![CDATA[<p>Hi Patricj=k,</p>
<p>The height:1% in the first examples was to force &#8220;haslayout&#8221; in IE as I mentioned in the article. <img src='http://www.search-this.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If the element doesn&#8217;t have &#8220;haslayout&#8221; then things will soon start to go wrong and become mis-positioned.</p>
<p><a href="http://reference.sitepoint.com/css/haslayout" rel="nofollow">http://reference.sitepoint.com/css/haslayout</a></p>
<p>The later examples are using the height:100% routines and therefore don&#8217;t need the 1% hack.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Burt</title>
		<link>http://www.search-this.com/2008/06/04/css-bordering-on-the-ridiculous/comment-page-1/#comment-63929</link>
		<dc:creator>Patrick Burt</dc:creator>
		<pubDate>Tue, 10 Jun 2008 12:34:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=670#comment-63929</guid>
		<description>Looks good, but why do you need the height 1%?</description>
		<content:encoded><![CDATA[<p>Looks good, but why do you need the height 1%?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JeffersonHI</title>
		<link>http://www.search-this.com/2008/06/04/css-bordering-on-the-ridiculous/comment-page-1/#comment-63045</link>
		<dc:creator>JeffersonHI</dc:creator>
		<pubDate>Fri, 06 Jun 2008 23:28:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=670#comment-63045</guid>
		<description>Lucid explanations, excellent examples - this was EXACTLY what I needed.  Thanks, Paul!</description>
		<content:encoded><![CDATA[<p>Lucid explanations, excellent examples &#8211; this was EXACTLY what I needed.  Thanks, Paul!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul OB</title>
		<link>http://www.search-this.com/2008/06/04/css-bordering-on-the-ridiculous/comment-page-1/#comment-62722</link>
		<dc:creator>Paul OB</dc:creator>
		<pubDate>Thu, 05 Jun 2008 17:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=670#comment-62722</guid>
		<description>Glad you liked it :)</description>
		<content:encoded><![CDATA[<p>Glad you liked it <img src='http://www.search-this.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Golgotha</title>
		<link>http://www.search-this.com/2008/06/04/css-bordering-on-the-ridiculous/comment-page-1/#comment-62706</link>
		<dc:creator>Golgotha</dc:creator>
		<pubDate>Thu, 05 Jun 2008 16:39:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=670#comment-62706</guid>
		<description>I could have really used this article back in the day Paul, so I&#039;m sure someone, somewhere is really loving this article right about now.</description>
		<content:encoded><![CDATA[<p>I could have really used this article back in the day Paul, so I&#8217;m sure someone, somewhere is really loving this article right about now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crusher</title>
		<link>http://www.search-this.com/2008/06/04/css-bordering-on-the-ridiculous/comment-page-1/#comment-62586</link>
		<dc:creator>Crusher</dc:creator>
		<pubDate>Thu, 05 Jun 2008 07:06:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=670#comment-62586</guid>
		<description>Thank you for you share, i&#039;ll come back to visit this site.</description>
		<content:encoded><![CDATA[<p>Thank you for you share, i&#8217;ll come back to visit this site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jitendra</title>
		<link>http://www.search-this.com/2008/06/04/css-bordering-on-the-ridiculous/comment-page-1/#comment-62561</link>
		<dc:creator>jitendra</dc:creator>
		<pubDate>Thu, 05 Jun 2008 05:21:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=670#comment-62561</guid>
		<description>very good article, i wanted to know about this  trick , thanks man</description>
		<content:encoded><![CDATA[<p>very good article, i wanted to know about this  trick , thanks man</p>
]]></content:encoded>
	</item>
</channel>
</rss>
