<?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: Sidebar 2 borked, amongst other things</title>
	<atom:link href="http://chasingdaisy.com/2006/03/14/sidebar-2-borked-amongst-other-things/feed/" rel="self" type="application/rss+xml" />
	<link>http://chasingdaisy.com/2006/03/14/sidebar-2-borked-amongst-other-things/</link>
	<description>A little bit of this, a little bit of that...</description>
	<lastBuildDate>Tue, 22 Nov 2011 22:27:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: ally bean</title>
		<link>http://chasingdaisy.com/2006/03/14/sidebar-2-borked-amongst-other-things/#comment-8175</link>
		<dc:creator>ally bean</dc:creator>
		<pubDate>Wed, 15 Mar 2006 15:24:26 +0000</pubDate>
		<guid isPermaLink="false">http://chasingdaisy.com/?p=2019#comment-8175</guid>
		<description>lol daisy.  stress-induced poetic license sounds good to me.</description>
		<content:encoded><![CDATA[<p>lol daisy.  stress-induced poetic license sounds good to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daisy</title>
		<link>http://chasingdaisy.com/2006/03/14/sidebar-2-borked-amongst-other-things/#comment-8170</link>
		<dc:creator>daisy</dc:creator>
		<pubDate>Tue, 14 Mar 2006 21:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://chasingdaisy.com/?p=2019#comment-8170</guid>
		<description>Two minutes and a handful of Ibuprofen later... Richard, you are my hero! Just made those changes, checked it in IE and bingo, it&#039;s fixed.

*wanders off singing that Bonnie Tyler/Hero song from the 80s*</description>
		<content:encoded><![CDATA[<p>Two minutes and a handful of Ibuprofen later&#8230; Richard, you are my hero! Just made those changes, checked it in IE and bingo, it&#8217;s fixed.</p>
<p>*wanders off singing that Bonnie Tyler/Hero song from the 80s*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daisy</title>
		<link>http://chasingdaisy.com/2006/03/14/sidebar-2-borked-amongst-other-things/#comment-8168</link>
		<dc:creator>daisy</dc:creator>
		<pubDate>Tue, 14 Mar 2006 21:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://chasingdaisy.com/?p=2019#comment-8168</guid>
		<description>Richard, thank you! I&#039;ve a splitting headache right now, the minute it&#039;s gone I&#039;ll give that a go.

ally bean, I hate to &#039;fess up but those words just fell off my fingers as I wrote in a panic at seeing all those errors. Shall we put it down to stress-induced poetic license? :-)</description>
		<content:encoded><![CDATA[<p>Richard, thank you! I&#8217;ve a splitting headache right now, the minute it&#8217;s gone I&#8217;ll give that a go.</p>
<p>ally bean, I hate to &#8216;fess up but those words just fell off my fingers as I wrote in a panic at seeing all those errors. Shall we put it down to stress-induced poetic license? :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ally bean</title>
		<link>http://chasingdaisy.com/2006/03/14/sidebar-2-borked-amongst-other-things/#comment-8166</link>
		<dc:creator>ally bean</dc:creator>
		<pubDate>Tue, 14 Mar 2006 20:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://chasingdaisy.com/?p=2019#comment-8166</guid>
		<description>I know nothing about solutions to your techie probs, so instead I&#039;ll  politely ask:  what the heck does  “Hold the sauce Napolean” mean?  And why does one from the room when saying it?</description>
		<content:encoded><![CDATA[<p>I know nothing about solutions to your techie probs, so instead I&#8217;ll  politely ask:  what the heck does  “Hold the sauce Napolean” mean?  And why does one from the room when saying it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://chasingdaisy.com/2006/03/14/sidebar-2-borked-amongst-other-things/#comment-8164</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Tue, 14 Mar 2006 19:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://chasingdaisy.com/?p=2019#comment-8164</guid>
		<description>A quick test on an XP box I&#039;ve got sitting around here suggests that altering the right padding of both sidebar and sidebar2 from 27px to 25px fixes the problem in IE. 

You have to be careful when specifying both a right/left padding width &lt;em&gt;and&lt;/em&gt; an overall explicit width for an element. IE has a broken box model that causes it to handle widths slightly different to other browsers, creating odd discrepancies like this.

It&#039;s sometimes better to create the desired effect using two div elements. Give the first div an explicit width, but a margin and padding of 0px. Then stick the other div inside it &lt;em&gt;without&lt;/em&gt; an explicit width, but possesing a margin of the desired size. This creates the same effect without encountering the IE box model problem. Unfortunately it does involve superfluous extra markup, but it&#039;s one way around the problem.</description>
		<content:encoded><![CDATA[<p>A quick test on an XP box I&#8217;ve got sitting around here suggests that altering the right padding of both sidebar and sidebar2 from 27px to 25px fixes the problem in IE. </p>
<p>You have to be careful when specifying both a right/left padding width <em>and</em> an overall explicit width for an element. IE has a broken box model that causes it to handle widths slightly different to other browsers, creating odd discrepancies like this.</p>
<p>It&#8217;s sometimes better to create the desired effect using two div elements. Give the first div an explicit width, but a margin and padding of 0px. Then stick the other div inside it <em>without</em> an explicit width, but possesing a margin of the desired size. This creates the same effect without encountering the IE box model problem. Unfortunately it does involve superfluous extra markup, but it&#8217;s one way around the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Em³</title>
		<link>http://chasingdaisy.com/2006/03/14/sidebar-2-borked-amongst-other-things/#comment-8163</link>
		<dc:creator>Em³</dc:creator>
		<pubDate>Tue, 14 Mar 2006 15:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://chasingdaisy.com/?p=2019#comment-8163</guid>
		<description>It&#039;s not going to help with the sidebar, but I think a line feed at the start of the technorati tags plugin might remove a few of the errors.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not going to help with the sidebar, but I think a line feed at the start of the technorati tags plugin might remove a few of the errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daisy</title>
		<link>http://chasingdaisy.com/2006/03/14/sidebar-2-borked-amongst-other-things/#comment-8161</link>
		<dc:creator>daisy</dc:creator>
		<pubDate>Tue, 14 Mar 2006 14:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://chasingdaisy.com/?p=2019#comment-8161</guid>
		<description>Actually, that&#039;s the problem, I&#039;ve *not* been validating and not checking in IE. Now I&#039;m catching up with all those errors. And for some reason, the css validator thinks I don&#039;t have a doctype. So somewhere along the line the header.php file isn&#039;t being read. Maybe.

As for the width suggestion (thank you), I&#039;ve tried reducing it and no dice. Hang on, maybe one of the pictures...

But first, the validation!</description>
		<content:encoded><![CDATA[<p>Actually, that&#8217;s the problem, I&#8217;ve *not* been validating and not checking in IE. Now I&#8217;m catching up with all those errors. And for some reason, the css validator thinks I don&#8217;t have a doctype. So somewhere along the line the header.php file isn&#8217;t being read. Maybe.</p>
<p>As for the width suggestion (thank you), I&#8217;ve tried reducing it and no dice. Hang on, maybe one of the pictures&#8230;</p>
<p>But first, the validation!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: doobyus</title>
		<link>http://chasingdaisy.com/2006/03/14/sidebar-2-borked-amongst-other-things/#comment-8160</link>
		<dc:creator>doobyus</dc:creator>
		<pubDate>Tue, 14 Mar 2006 13:59:54 +0000</pubDate>
		<guid isPermaLink="false">http://chasingdaisy.com/?p=2019#comment-8160</guid>
		<description>You backup and validate when you are doing design changes? Cool... me, I just lose everything and then start again from scratch. I like the stress.

Surely it&#039;s just a width thing in the css file?</description>
		<content:encoded><![CDATA[<p>You backup and validate when you are doing design changes? Cool&#8230; me, I just lose everything and then start again from scratch. I like the stress.</p>
<p>Surely it&#8217;s just a width thing in the css file?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

