<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: IE7 CSS Bug: Adding &#8216;padding-top&#8217; Value Twice</title>
	<link>http://www.chriskarcher.net/2008/04/02/ie7-css-bug-adding-padding-top-value-twice</link>
	<description>Test Tagline</description>
	<pubDate>Tue, 02 Dec 2008 03:23:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Jimi Youngs</title>
		<link>http://www.chriskarcher.net/2008/04/02/ie7-css-bug-adding-padding-top-value-twice#comment-1445</link>
		<dc:creator>Jimi Youngs</dc:creator>
		<pubDate>Wed, 01 Oct 2008 13:50:03 +0000</pubDate>
		<guid>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'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'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>
