<?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: IE vs. Mozilla Div Sizing</title>
	<atom:link href="http://www.scriptygoddess.com/archives/2004/09/02/ie-vs-mozilla-div-sizing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptygoddess.com/archives/2004/09/02/ie-vs-mozilla-div-sizing/</link>
	<description></description>
	<pubDate>Fri, 05 Dec 2008 02:46:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: å°–é”æ¹¿ç–£</title>
		<link>http://www.scriptygoddess.com/archives/2004/09/02/ie-vs-mozilla-div-sizing/#comment-13182</link>
		<dc:creator>å°–é”æ¹¿ç–£</dc:creator>
		<pubDate>Tue, 02 Nov 2004 14:50:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/09/02/ie-vs-mozilla-div-sizing/#comment-13182</guid>
		<description>I also find this problem in my site.
it is strage.



&lt;a href="http://www.wrtcn.com/health/index.htm"&gt;å°–é”æ¹¿ç–£&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I also find this problem in my site.<br />
it is strage.</p>
<p><a href="http://www.wrtcn.com/health/index.htm">å°–é”æ¹¿ç–£</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kent Pribbernow</title>
		<link>http://www.scriptygoddess.com/archives/2004/09/02/ie-vs-mozilla-div-sizing/#comment-12632</link>
		<dc:creator>Kent Pribbernow</dc:creator>
		<pubDate>Fri, 17 Sep 2004 22:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/09/02/ie-vs-mozilla-div-sizing/#comment-12632</guid>
		<description>I'm having a problem on site with graphic headers in the left sidebar not lining up flush against the adjoining cells. They look fine in Mozilla, but in IE there is a space between the graphics and the box below them. 

Any ideas?</description>
		<content:encoded><![CDATA[<p>I&#039;m having a problem on site with graphic headers in the left sidebar not lining up flush against the adjoining cells. They look fine in Mozilla, but in IE there is a space between the graphics and the box below them. </p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poonam</title>
		<link>http://www.scriptygoddess.com/archives/2004/09/02/ie-vs-mozilla-div-sizing/#comment-12558</link>
		<dc:creator>Poonam</dc:creator>
		<pubDate>Sun, 05 Sep 2004 00:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/09/02/ie-vs-mozilla-div-sizing/#comment-12558</guid>
		<description>Sounded like a great idea to use this because my site looks a bit funky on Firefox and Mozilla.  Unfortunately -- I tried implementing this code in my stylesheet and saw no difference.  Doesn't this also affect Firefox?  I have three columns and my leftbar in Firefox looks squished but if I change the px values -- then IE screws up.   I thought this little code would fix it --  is that right?</description>
		<content:encoded><![CDATA[<p>Sounded like a great idea to use this because my site looks a bit funky on Firefox and Mozilla.  Unfortunately &#8212; I tried implementing this code in my stylesheet and saw no difference.  Doesn&#039;t this also affect Firefox?  I have three columns and my leftbar in Firefox looks squished but if I change the px values &#8212; then IE screws up.   I thought this little code would fix it &#8212;  is that right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sosa</title>
		<link>http://www.scriptygoddess.com/archives/2004/09/02/ie-vs-mozilla-div-sizing/#comment-12516</link>
		<dc:creator>sosa</dc:creator>
		<pubDate>Sat, 04 Sep 2004 07:03:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/09/02/ie-vs-mozilla-div-sizing/#comment-12516</guid>
		<description>It's rare that no body has answered to this before. Mozilla is not broken, in a webstandards way, is IE which is broken.

The way mozilla render boxes is the same way all standard compliant browsers does it, so, this workaround will fix the weirdness in mozilla (because it's a mozilla-only property) but not in Safari or Opera.

&lt;a href="http://www.w3.org/TR/REC-CSS2/box.html"&gt;here&lt;/a&gt; is the box-model as it's supposed (by W3C) to be rendered  and &lt;a href="http://tantek.com/CSS/Examples/boxmodelhack.html"&gt;here&lt;/a&gt; the ultra-famous "Tantek box-model hack"  which helps  making IE to render pages correctly.

Now, it's easier to develop for an &lt;a href="http://browsehappy.com/browsers/"&gt;modern browser&lt;/a&gt; and then make the necessary hacks for making it work in IE

Sorry for my so-bad english. Please edit me for any gramatical errors.

BTW. I like a lot you site, but regularly it's too advanced for me, i'm glad i've finded a topic to comment in.</description>
		<content:encoded><![CDATA[<p>It&#039;s rare that no body has answered to this before. Mozilla is not broken, in a webstandards way, is IE which is broken.</p>
<p>The way mozilla render boxes is the same way all standard compliant browsers does it, so, this workaround will fix the weirdness in mozilla (because it&#039;s a mozilla-only property) but not in Safari or Opera.</p>
<p><a href="http://www.w3.org/TR/REC-CSS2/box.html">here</a> is the box-model as it&#039;s supposed (by W3C) to be rendered  and <a href="http://tantek.com/CSS/Examples/boxmodelhack.html">here</a> the ultra-famous &#034;Tantek box-model hack&#034;  which helps  making IE to render pages correctly.</p>
<p>Now, it&#039;s easier to develop for an <a href="http://browsehappy.com/browsers/">modern browser</a> and then make the necessary hacks for making it work in IE</p>
<p>Sorry for my so-bad english. Please edit me for any gramatical errors.</p>
<p>BTW. I like a lot you site, but regularly it&#039;s too advanced for me, i&#039;m glad i&#039;ve finded a topic to comment in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Natalie</title>
		<link>http://www.scriptygoddess.com/archives/2004/09/02/ie-vs-mozilla-div-sizing/#comment-12490</link>
		<dc:creator>Natalie</dc:creator>
		<pubDate>Fri, 03 Sep 2004 00:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/09/02/ie-vs-mozilla-div-sizing/#comment-12490</guid>
		<description>After I wrote that I realized my IE is 6.0 - so obviously it's more than a problem  than just with IE less than 6.0.</description>
		<content:encoded><![CDATA[<p>After I wrote that I realized my IE is 6.0 - so obviously it&#039;s more than a problem  than just with IE less than 6.0.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.288 seconds -->
