<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: CSS Elements Different Sizes in IE and Firefox</title>
	<link>http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/</link>
	<description>Patrick Burt</description>
	<pubDate>Mon, 08 Sep 2008 10:28:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Patrick Burt</title>
		<link>http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-1941</link>
		<author>Patrick Burt</author>
		<pubDate>Fri, 01 Feb 2008 15:18:38 +0000</pubDate>
		<guid>http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-1941</guid>
		<description>No problem Gary. Thanks for the comment!
If you have any questions, you can email me or comment. :)</description>
		<content:encoded><![CDATA[<p>No problem Gary. Thanks for the comment!<br />
If you have any questions, you can email me or comment. <img src='http://www.pat-burt.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Fuller</title>
		<link>http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-1940</link>
		<author>Gary Fuller</author>
		<pubDate>Fri, 01 Feb 2008 15:11:11 +0000</pubDate>
		<guid>http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-1940</guid>
		<description>Thanks for this info. I've been searching for a solution to the CSS page rendering discrepancies between IE and Firefox. This seems a very logical answer. Now to tear apart and reconstruct the CSS!</description>
		<content:encoded><![CDATA[<p>Thanks for this info. I&#8217;ve been searching for a solution to the CSS page rendering discrepancies between IE and Firefox. This seems a very logical answer. Now to tear apart and reconstruct the CSS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Burt</title>
		<link>http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-561</link>
		<author>Patrick Burt</author>
		<pubDate>Tue, 18 Sep 2007 23:37:13 +0000</pubDate>
		<guid>http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-561</guid>
		<description>Global CSS reset doesn't overcome it, but what it does (from what I interpreted) is that it prevents the problem from happening without your knowledge because of default values.

The problem will arise, you're correct. Also, your 3rd line is entirely correct.</description>
		<content:encoded><![CDATA[<p>Global CSS reset doesn&#8217;t overcome it, but what it does (from what I interpreted) is that it prevents the problem from happening without your knowledge because of default values.</p>
<p>The problem will arise, you&#8217;re correct. Also, your 3rd line is entirely correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: axelnelson</title>
		<link>http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-559</link>
		<author>axelnelson</author>
		<pubDate>Tue, 18 Sep 2007 21:23:13 +0000</pubDate>
		<guid>http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-559</guid>
		<description>if the problem is that ie has issues rendering width/height and margin/padding attributes when both applied to the same element how would a global css reset overcome it?

it seems the problem will arise regardless of a global reset because ie's issue is with the combination of the attributes within the same setting - not the css nor attributes nor their values themselves 

you can do a global reset but you still cant blatantly combine the attributes it seems</description>
		<content:encoded><![CDATA[<p>if the problem is that ie has issues rendering width/height and margin/padding attributes when both applied to the same element how would a global css reset overcome it?</p>
<p>it seems the problem will arise regardless of a global reset because ie&#8217;s issue is with the combination of the attributes within the same setting - not the css nor attributes nor their values themselves </p>
<p>you can do a global reset but you still cant blatantly combine the attributes it seems</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Burt</title>
		<link>http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-556</link>
		<author>Patrick Burt</author>
		<pubDate>Tue, 18 Sep 2007 12:05:04 +0000</pubDate>
		<guid>http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-556</guid>
		<description>That's true nelson. When I looked at it, it seemed like more of a cheat sheet so that you don't accidentally place something like a header tag with a set height without first clearing the default margin/padding. :)</description>
		<content:encoded><![CDATA[<p>That&#8217;s true nelson. When I looked at it, it seemed like more of a cheat sheet so that you don&#8217;t accidentally place something like a header tag with a set height without first clearing the default margin/padding. <img src='http://www.pat-burt.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: axelnelson</title>
		<link>http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-555</link>
		<author>axelnelson</author>
		<pubDate>Tue, 18 Sep 2007 11:00:45 +0000</pubDate>
		<guid>http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-555</guid>
		<description>if the problem is that ie has issues rendering width/height and margin/padding attributes when both applied to the same element how would a global css reset overcome it?

it seems the problem will arise regardless of a global reset because ie's issue is with the combination of the attributes within the same setting - not the css nor attributes nor their values themselves 

you can do a global reset but you still cant blatantly combine the attributes</description>
		<content:encoded><![CDATA[<p>if the problem is that ie has issues rendering width/height and margin/padding attributes when both applied to the same element how would a global css reset overcome it?</p>
<p>it seems the problem will arise regardless of a global reset because ie&#8217;s issue is with the combination of the attributes within the same setting - not the css nor attributes nor their values themselves </p>
<p>you can do a global reset but you still cant blatantly combine the attributes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Burt</title>
		<link>http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-503</link>
		<author>Patrick Burt</author>
		<pubDate>Tue, 11 Sep 2007 12:37:46 +0000</pubDate>
		<guid>http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-503</guid>
		<description>Absolutely. I'm starting to see how it works now.
Thanks for th tip m8. :D</description>
		<content:encoded><![CDATA[<p>Absolutely. I&#8217;m starting to see how it works now.<br />
Thanks for th tip m8. <img src='http://www.pat-burt.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Thompson</title>
		<link>http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-499</link>
		<author>Phil Thompson</author>
		<pubDate>Tue, 11 Sep 2007 08:10:05 +0000</pubDate>
		<guid>http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-499</guid>
		<description>Definitely do check them out. I use them to reset everything then systematically go through and add my padding/margins to all block elements e.g. p, h1-h6, ul etc. This avoids a lot of issues with widths across browsers because it means no padding is needed on any divs. 

I also use the Float Nearly Everything method and  combining the 2 leads to sites that only need tiny CSS changes for IE6 and next to none for IE7.</description>
		<content:encoded><![CDATA[<p>Definitely do check them out. I use them to reset everything then systematically go through and add my padding/margins to all block elements e.g. p, h1-h6, ul etc. This avoids a lot of issues with widths across browsers because it means no padding is needed on any divs. </p>
<p>I also use the Float Nearly Everything method and  combining the 2 leads to sites that only need tiny CSS changes for IE6 and next to none for IE7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Burt</title>
		<link>http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-491</link>
		<author>Patrick Burt</author>
		<pubDate>Mon, 10 Sep 2007 16:34:52 +0000</pubDate>
		<guid>http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-491</guid>
		<description>Thanks Phil.

I haven't had a chance to use the global reset stylesheets, but I'll be sure to check 'em out. :)</description>
		<content:encoded><![CDATA[<p>Thanks Phil.</p>
<p>I haven&#8217;t had a chance to use the global reset stylesheets, but I&#8217;ll be sure to check &#8216;em out. <img src='http://www.pat-burt.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Thompson</title>
		<link>http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-489</link>
		<author>Phil Thompson</author>
		<pubDate>Mon, 10 Sep 2007 13:45:02 +0000</pubDate>
		<guid>http://www.pat-burt.com/troubleshooting/css-elements-different-sizes-in-ie-and-firefox/#comment-489</guid>
		<description>great tips.

I find that using some kind of global reset stylesheet (either YUI's or Eric Meyer's) can really help in the fight for cross-browser compatibility too.</description>
		<content:encoded><![CDATA[<p>great tips.</p>
<p>I find that using some kind of global reset stylesheet (either YUI&#8217;s or Eric Meyer&#8217;s) can really help in the fight for cross-browser compatibility too.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
