<?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 tips for HTML</title>
	<atom:link href="http://lapcatsoftware.com/blog/2006/11/09/css-tips-for-html/feed/" rel="self" type="application/rss+xml" />
	<link>http://lapcatsoftware.com/blog/2006/11/09/css-tips-for-html/</link>
	<description>Coding under the close supervision of cats</description>
	<lastBuildDate>Fri, 09 Jul 2010 18:22:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Boris Zbarsky</title>
		<link>http://lapcatsoftware.com/blog/2006/11/09/css-tips-for-html/comment-page-1/#comment-1102</link>
		<dc:creator>Boris Zbarsky</dc:creator>
		<pubDate>Mon, 12 Feb 2007 07:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://lapcatsoftware.com/blog/2006/11/09/css-tips-for-html/#comment-1102</guid>
		<description>The reason that margins collapse between child and parent is the same as the reason they collapse between siblings.  Consider the following XHTML2-like markup:


  Text


You want to give your section a minimum margin, and you want to give your paragraph a minimum margin, but you don&#039;t want a huge margin at the beginning of a section if it happens to start with a paragraph (instead of, say, a table).

Note:  If the tags above got treated as markup, the example is:

&lt;section&gt;
  &lt;p&gt;Text&lt;/p&gt;
&lt;/section&gt;</description>
		<content:encoded><![CDATA[<p>The reason that margins collapse between child and parent is the same as the reason they collapse between siblings.  Consider the following XHTML2-like markup:</p>
<p>  Text</p>
<p>You want to give your section a minimum margin, and you want to give your paragraph a minimum margin, but you don&#8217;t want a huge margin at the beginning of a section if it happens to start with a paragraph (instead of, say, a table).</p>
<p>Note:  If the tags above got treated as markup, the example is:</p>
<p>&lt;section&gt;<br />
  &lt;p&gt;Text&lt;/p&gt;<br />
&lt;/section&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nasir</title>
		<link>http://lapcatsoftware.com/blog/2006/11/09/css-tips-for-html/comment-page-1/#comment-185</link>
		<dc:creator>Nasir</dc:creator>
		<pubDate>Wed, 06 Dec 2006 21:36:17 +0000</pubDate>
		<guid isPermaLink="false">http://lapcatsoftware.com/blog/2006/11/09/css-tips-for-html/#comment-185</guid>
		<description>I need some help with the Asktheseguys wordpress theme..
I can&#039;t figure out how to get the header and ad bar at the top to go all the way across the screen.. Or better yet, how I can place an ad box in the empty space at the top right.
I can usually figure this stuff out easily, but can&#039;t find anything in the CSS that will make it work..
Anyone have any ideas?</description>
		<content:encoded><![CDATA[<p>I need some help with the Asktheseguys wordpress theme..<br />
I can&#39;t figure out how to get the header and ad bar at the top to go all the way across the screen.. Or better yet, how I can place an ad box in the empty space at the top right.<br />
I can usually figure this stuff out easily, but can&#39;t find anything in the CSS that will make it work..<br />
Anyone have any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olivier</title>
		<link>http://lapcatsoftware.com/blog/2006/11/09/css-tips-for-html/comment-page-1/#comment-45</link>
		<dc:creator>Olivier</dc:creator>
		<pubDate>Fri, 10 Nov 2006 08:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://lapcatsoftware.com/blog/2006/11/09/css-tips-for-html/#comment-45</guid>
		<description>I noticed this stupid collapsing behaviour just three days ago in the same context as your example, but I didn&#039;t understand where it came from. Thanks for the explanation. I wonder what convoluted case made them think we would want such a thing to happen.</description>
		<content:encoded><![CDATA[<p>I noticed this stupid collapsing behaviour just three days ago in the same context as your example, but I didn&#8217;t understand where it came from. Thanks for the explanation. I wonder what convoluted case made them think we would want such a thing to happen.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
