<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Topic: CSS Box Size Compatibility IE6</title>
		<link>http://en.forums.wordpress.com/topic/css-box-size-compatibility-ie6</link>
		<description>WordPress.com Forums &#187; Topic: CSS Box Size Compatibility IE6</description>
		<language>en</language>
		<pubDate>Thu, 23 May 2013 00:40:52 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/css-box-size-compatibility-ie6" rel="self" type="application/rss+xml" />

		<item>
			<title>devblog on "CSS Box Size Compatibility IE6"</title>
			<link>http://en.forums.wordpress.com/topic/css-box-size-compatibility-ie6#post-381037</link>
			<pubDate>Fri, 11 Sep 2009 23:12:44 +0000</pubDate>
			<dc:creator>devblog</dc:creator>
			<guid isPermaLink="false">381037@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Cool!  Glad it worked.
</p>
]]></description>
					</item>
		<item>
			<title>kothea on "CSS Box Size Compatibility IE6"</title>
			<link>http://en.forums.wordpress.com/topic/css-box-size-compatibility-ie6#post-381033</link>
			<pubDate>Fri, 11 Sep 2009 23:03:14 +0000</pubDate>
			<dc:creator>kothea</dc:creator>
			<guid isPermaLink="false">381033@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ah my friend you are a genius. </p>
<p>I will gladly give you my firstborn.</p>
<p>but seriously I don't know how Iwould have ever figured that out. I think I could have fixed one of the issues but .....</p>
<p>anyway it works, genius, thank  you. And I even managed to follow your instructions WHILST DRUNK....amazing.
</p>
]]></description>
					</item>
		<item>
			<title>devblog on "CSS Box Size Compatibility IE6"</title>
			<link>http://en.forums.wordpress.com/topic/css-box-size-compatibility-ie6#post-380982</link>
			<pubDate>Fri, 11 Sep 2009 19:18:33 +0000</pubDate>
			<dc:creator>devblog</dc:creator>
			<guid isPermaLink="false">380982@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>
Notice that I removed the "margin-top: 270px;" property out of the definition.
</p></blockquote>
<p>Sorry, that should read:</p>
<p>Notice I <em>modified</em> the "margin-top" value.  I changed it from "270px" to "45px".</p>
<p>HTH
</p>
]]></description>
					</item>
		<item>
			<title>kothea on "CSS Box Size Compatibility IE6"</title>
			<link>http://en.forums.wordpress.com/topic/css-box-size-compatibility-ie6#post-380979</link>
			<pubDate>Fri, 11 Sep 2009 19:14:30 +0000</pubDate>
			<dc:creator>kothea</dc:creator>
			<guid isPermaLink="false">380979@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>most grateful...all i have to do now is try it!
</p>
]]></description>
					</item>
		<item>
			<title>devblog on "CSS Box Size Compatibility IE6"</title>
			<link>http://en.forums.wordpress.com/topic/css-box-size-compatibility-ie6#post-380954</link>
			<pubDate>Fri, 11 Sep 2009 18:22:25 +0000</pubDate>
			<dc:creator>devblog</dc:creator>
			<guid isPermaLink="false">380954@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p><strong>Recommendations:</strong></p>
<p>a) When setting something to zero (0) you don't need to specify the units.  This will suffice:</p>
<pre><code>padding: 0;</code></pre>
<p>b) Do not use px unites for font sizes. It's of bad practice.  Use "em" or "%" units instead.</p>
<p>c) When setting all 4 sides of an element to the same value, you don't need to write it like this:</p>
<pre><code>margin: 0px 0px 0px 0px;</code></pre>
<p>This will suffice:</p>
<pre><code>margin: 0;</code></pre>
<p><strong>Your problem:</strong></p>
<p>The problem is in your sidebar CSS:</p>
<p>In your navigation.css, you have this:</p>
<pre><code>.menuright ul{
	....
	....
	height: 20px;
	....
}</code></pre>
<p>Take the "height" property out.</p>
<p>In your layout.css file, your #sidebar selector should look like this:</p>
<pre><code>#sidebar {
	float: right;
	width: 250px;
}</code></pre>
<p>In your class.css file your .buttonstyle selector should look like this:</p>
<pre><code>.buttonstyle {
	font-family: &quot;Century Gothic&quot;;
	margin-top: 45px;
	text-align: right;
}</code></pre>
<p>Notice that I removed the "margin-top: 270px;" property out of the definition.</p>
<p>That should fix your problem in IE6.  These changes work in Fx3, Chrome 2.0.172.43, K-Meleon 1.5.2 and Opera 9.0.1.  Don't have Safari, IE7 nor IE8 here, but it should work in them too.
</p>
]]></description>
					</item>
		<item>
			<title>kothea on "CSS Box Size Compatibility IE6"</title>
			<link>http://en.forums.wordpress.com/topic/css-box-size-compatibility-ie6#post-380917</link>
			<pubDate>Fri, 11 Sep 2009 17:08:56 +0000</pubDate>
			<dc:creator>kothea</dc:creator>
			<guid isPermaLink="false">380917@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>hi </p>
<p>the url to the web site is where the best most cimple and complete example is (see original post).</p>
<p>I have not bought the CSS customisation yet and so am only able to test my results. what I am trying is complex (probably to complex!!) and yes I kow to only past the changes not the whole lot. Blog is blog.kothea.com but you won't see anything there yet as it is not in any fit state to release to the world.
</p>
]]></description>
					</item>
		<item>
			<title>devblog on "CSS Box Size Compatibility IE6"</title>
			<link>http://en.forums.wordpress.com/topic/css-box-size-compatibility-ie6#post-380907</link>
			<pubDate>Fri, 11 Sep 2009 16:33:22 +0000</pubDate>
			<dc:creator>devblog</dc:creator>
			<guid isPermaLink="false">380907@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Please, please, please... ALWAYS include a link to your blog, it'll make it a lot easier for us to help you by looking at what you're trying to do.</p>
<p>Also,  I hope you're not pasting the whole CSS in the CSS Editor like, unfortunately, most people do.  If you're tweaking an existing theme, the CSS Editor should have YOUR changes <strong>only</strong>.
</p>
]]></description>
					</item>
		<item>
			<title>kothea on "CSS Box Size Compatibility IE6"</title>
			<link>http://en.forums.wordpress.com/topic/css-box-size-compatibility-ie6#post-380875</link>
			<pubDate>Fri, 11 Sep 2009 15:15:10 +0000</pubDate>
			<dc:creator>kothea</dc:creator>
			<guid isPermaLink="false">380875@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>HEEEEEEEEEEEEEEEEEEEEEEEEELP</p>
<p>Hi</p>
<p>I'm trying to modify my CONNECTIONS theme and am having problems with sizing. My code is quite complex to cut and paste but I have the EXACT same problem here as a test</p>
<p><a href="http://www.kothea.com/_index.htm" rel="nofollow">http://www.kothea.com/_index.htm</a></p>
<p>CSS is 100% validated OK</p>
<p>It displays properly in IE8 and FF. But My Miscorosft Expressions compatibility browser says that IE6 and IE7 have the dark grey main container box very much longer /lower than the height of the main/only image.<br />
I have set margin, padding and border globally to default to 0px.</p>
<p>many thanks !
</p>
]]></description>
					</item>

	</channel>
</rss>
