<?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: IE7 CSS Bug: Adding &#8216;padding-top&#8217; Value Twice</title>
	<atom:link href="http://www.chriskarcher.net/2008/04/02/ie7-css-bug-adding-padding-top-value-twice/feed" rel="self" type="application/rss+xml" />
	<link>http://www.chriskarcher.net/2008/04/02/ie7-css-bug-adding-padding-top-value-twice</link>
	<description>Test Tagline</description>
	<lastBuildDate>Thu, 08 Jul 2010 08:33:27 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jimi Youngs</title>
		<link>http://www.chriskarcher.net/2008/04/02/ie7-css-bug-adding-padding-top-value-twice/comment-page-1#comment-1445</link>
		<dc:creator>Jimi Youngs</dc:creator>
		<pubDate>Wed, 01 Oct 2008 13:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.chriskarcher.net/2008/04/02/ie7-css-bug-adding-padding-top-value-twice#comment-1445</guid>
		<description>Hi there,

Interesting points, unfortunately it didn&#039;t work for me. 

The thing that frustrates me is that the  or  is now a depreciated tag. 
So to create paragraphs the easiest thing is to add padding to the bottom of the p tag&#039;s to seperate paragraphs.

e.g 
p{
padding: 0 0 10px 0; 
}

Again IE7 is adding padding between  tags as well as the area contained with in the . 

Adding a margin actually works in IE7 but not in FF. Here rolls the conditional statements !</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>Interesting points, unfortunately it didn&#8217;t work for me. </p>
<p>The thing that frustrates me is that the  or  is now a depreciated tag.<br />
So to create paragraphs the easiest thing is to add padding to the bottom of the p tag&#8217;s to seperate paragraphs.</p>
<p>e.g<br />
p{<br />
padding: 0 0 10px 0;<br />
}</p>
<p>Again IE7 is adding padding between  tags as well as the area contained with in the . </p>
<p>Adding a margin actually works in IE7 but not in FF. Here rolls the conditional statements !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
