<?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: Layout</title>
	<atom:link href="http://log.reflectivesurface.com/2004/05/19/layout/feed/" rel="self" type="application/rss+xml" />
	<link>http://log.reflectivesurface.com/2004/05/19/layout/</link>
	<description>Still powered by a contradiction in terms</description>
	<pubDate>Tue, 06 Jan 2009 22:13:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ronaldo</title>
		<link>http://log.reflectivesurface.com/2004/05/19/layout/comment-page-1/#comment-266</link>
		<dc:creator>Ronaldo</dc:creator>
		<pubDate>Thu, 20 May 2004 17:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://log.reflectivesurface.com/2004/05/19/layout/#comment-266</guid>
		<description>Many thanks for the help. That did the trick. I didn't test under a previous version of IE either, but most of my IE visitor seem to be using the last version anyway. I'll test under old version as soon as I can.

</description>
		<content:encoded><![CDATA[<p>Many thanks for the help. That did the trick. I didn&#8217;t test under a previous version of IE either, but most of my IE visitor seem to be using the last version anyway. I&#8217;ll test under old version as soon as I can.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IfElse</title>
		<link>http://log.reflectivesurface.com/2004/05/19/layout/comment-page-1/#comment-265</link>
		<dc:creator>IfElse</dc:creator>
		<pubDate>Thu, 20 May 2004 17:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://log.reflectivesurface.com/2004/05/19/layout/#comment-265</guid>
		<description>It looks like you can fix it by, changing the following code in your css stylesheet from:
body #menu
{
  position: absolute;
  top: 224px;
  left: 68%;
  width: 30%;
  margin: 0;
  padding: 0em 2% 2% 2%;
}
to:
body #menu
{
  position: absolute;
  top: 224px;
  left: 68%;
  
  margin: 0;
  padding: 0em 2% 2% 2%;
}

Tested this on IE6 and Firefox 0.8 and it seems to do the trick but YMMV.</description>
		<content:encoded><![CDATA[<p>It looks like you can fix it by, changing the following code in your css stylesheet from:<br />
body #menu<br />
{<br />
  position: absolute;<br />
  top: 224px;<br />
  left: 68%;<br />
  width: 30%;<br />
  margin: 0;<br />
  padding: 0em 2% 2% 2%;<br />
}<br />
to:<br />
body #menu<br />
{<br />
  position: absolute;<br />
  top: 224px;<br />
  left: 68%;</p>
<p>  margin: 0;<br />
  padding: 0em 2% 2% 2%;<br />
}</p>
<p>Tested this on IE6 and Firefox 0.8 and it seems to do the trick but YMMV.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
