<?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"
	>
<channel>
	<title>Comments on: Content Margin Dilemma: Bottom Versus Top</title>
	<atom:link href="http://cssvault.com/blog/2007/10/05/content-margin-dilemma-bottom-versus-top/feed/" rel="self" type="application/rss+xml" />
	<link>http://cssvault.com/blog/2007/10/05/content-margin-dilemma-bottom-versus-top/</link>
	<description>The Web's CSS Site</description>
	<pubDate>Sat, 30 Aug 2008 13:15:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Good</title>
		<link>http://cssvault.com/blog/2007/10/05/content-margin-dilemma-bottom-versus-top/#comment-390</link>
		<dc:creator>Good</dc:creator>
		<pubDate>Sun, 07 Oct 2007 20:38:38 +0000</pubDate>
		<guid isPermaLink="false">http://cssvault.com/blog/2007/10/05/content-margin-dilemma-bottom-versus-top/#comment-390</guid>
		<description>GOOD Website! I like cssvault.com
Think you!</description>
		<content:encoded><![CDATA[<p>GOOD Website! I like cssvault.com<br />
Think you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennison Uy - Graphic Designer</title>
		<link>http://cssvault.com/blog/2007/10/05/content-margin-dilemma-bottom-versus-top/#comment-388</link>
		<dc:creator>Dennison Uy - Graphic Designer</dc:creator>
		<pubDate>Sun, 07 Oct 2007 17:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://cssvault.com/blog/2007/10/05/content-margin-dilemma-bottom-versus-top/#comment-388</guid>
		<description>Tim: I like your argument, it makes a lot of sense to me.

The varied responses shows there are a lot of ways to get to the top of the mountain. I guess the main point here is consistency, as pointed out by dhk.</description>
		<content:encoded><![CDATA[<p>Tim: I like your argument, it makes a lot of sense to me.</p>
<p>The varied responses shows there are a lot of ways to get to the top of the mountain. I guess the main point here is consistency, as pointed out by dhk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhk</title>
		<link>http://cssvault.com/blog/2007/10/05/content-margin-dilemma-bottom-versus-top/#comment-370</link>
		<dc:creator>dhk</dc:creator>
		<pubDate>Fri, 05 Oct 2007 17:22:56 +0000</pubDate>
		<guid isPermaLink="false">http://cssvault.com/blog/2007/10/05/content-margin-dilemma-bottom-versus-top/#comment-370</guid>
		<description>Aside from major layout structure, I use bottom margins especially for copy formatting and modular object. It's really for peace of mind and debugging. I've experienced that the spacing if needed between a previous and next block element block should be determined by the former. If the heading is the first element such as page header, I would allow the container's padding to determine the top space.

It's really about one's consistent practice.</description>
		<content:encoded><![CDATA[<p>Aside from major layout structure, I use bottom margins especially for copy formatting and modular object. It&#8217;s really for peace of mind and debugging. I&#8217;ve experienced that the spacing if needed between a previous and next block element block should be determined by the former. If the heading is the first element such as page header, I would allow the container&#8217;s padding to determine the top space.</p>
<p>It&#8217;s really about one&#8217;s consistent practice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Van Damme</title>
		<link>http://cssvault.com/blog/2007/10/05/content-margin-dilemma-bottom-versus-top/#comment-365</link>
		<dc:creator>Tim Van Damme</dc:creator>
		<pubDate>Thu, 04 Oct 2007 22:51:38 +0000</pubDate>
		<guid isPermaLink="false">http://cssvault.com/blog/2007/10/05/content-margin-dilemma-bottom-versus-top/#comment-365</guid>
		<description>Headings: top- and bottom-margin
Other block elements: bottom-margin

Why? Block elements need a vertical flow, and from my experience, it works best with bottom-margin. Headings CAN have a top-margin also because they need a bit more space to breathe...</description>
		<content:encoded><![CDATA[<p>Headings: top- and bottom-margin<br />
Other block elements: bottom-margin</p>
<p>Why? Block elements need a vertical flow, and from my experience, it works best with bottom-margin. Headings CAN have a top-margin also because they need a bit more space to breathe&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pilgrim</title>
		<link>http://cssvault.com/blog/2007/10/05/content-margin-dilemma-bottom-versus-top/#comment-360</link>
		<dc:creator>Pilgrim</dc:creator>
		<pubDate>Thu, 04 Oct 2007 18:38:13 +0000</pubDate>
		<guid isPermaLink="false">http://cssvault.com/blog/2007/10/05/content-margin-dilemma-bottom-versus-top/#comment-360</guid>
		<description>Personally, I base the decision on how I need the first block in my page to look.

If in my page the first block is an H1 block for which I don't want a top margin, but for every subsequent occurence of the H1 block I would like a top margin, then I specify bottom margins for every block type in my page. That way, whatever element occurs just before the second H1 block will have a bottom margin which pushes the H1 block down giving it an effective top margin.

If on the other hand, I want my first H1 block itself to have a top margin, then I specify top margins for all block types in my page.

Not a very logical reason I guess, but sub-conciously, that's how I choose between top/bottom margins for my blocks.</description>
		<content:encoded><![CDATA[<p>Personally, I base the decision on how I need the first block in my page to look.</p>
<p>If in my page the first block is an H1 block for which I don&#8217;t want a top margin, but for every subsequent occurence of the H1 block I would like a top margin, then I specify bottom margins for every block type in my page. That way, whatever element occurs just before the second H1 block will have a bottom margin which pushes the H1 block down giving it an effective top margin.</p>
<p>If on the other hand, I want my first H1 block itself to have a top margin, then I specify top margins for all block types in my page.</p>
<p>Not a very logical reason I guess, but sub-conciously, that&#8217;s how I choose between top/bottom margins for my blocks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Petteri</title>
		<link>http://cssvault.com/blog/2007/10/05/content-margin-dilemma-bottom-versus-top/#comment-359</link>
		<dc:creator>Petteri</dc:creator>
		<pubDate>Thu, 04 Oct 2007 18:27:20 +0000</pubDate>
		<guid isPermaLink="false">http://cssvault.com/blog/2007/10/05/content-margin-dilemma-bottom-versus-top/#comment-359</guid>
		<description>margin-top can do bad things some cases, I prefer padding-top. I use margings only with divs (container, header, navigation, content, footer etc.)</description>
		<content:encoded><![CDATA[<p>margin-top can do bad things some cases, I prefer padding-top. I use margings only with divs (container, header, navigation, content, footer etc.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
