<?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: CSS question - please help!</title>
	<atom:link href="http://www.amptoons.com/blog/archives/2006/09/01/css-question-please-help/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.amptoons.com/blog/archives/2006/09/01/css-question-please-help/</link>
	<description>Feminist, anti-racist, pro-fat, plus whatever else we feel like talking about.</description>
	<pubDate>Wed, 07 Jan 2009 23:03:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Daran</title>
		<link>http://www.amptoons.com/blog/archives/2006/09/01/css-question-please-help/#comment-179081</link>
		<dc:creator>Daran</dc:creator>
		<pubDate>Sun, 03 Sep 2006 16:55:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.amptoons.com/blog/archives/2006/09/01/css-question-please-help/#comment-179081</guid>
		<description>Looks good in Mozilla (not Firefox)  and Konqueror too.</description>
		<content:encoded><![CDATA[<p>Looks good in Mozilla (not Firefox)  and Konqueror too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ampersand</title>
		<link>http://www.amptoons.com/blog/archives/2006/09/01/css-question-please-help/#comment-179067</link>
		<dc:creator>Ampersand</dc:creator>
		<pubDate>Sun, 03 Sep 2006 15:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.amptoons.com/blog/archives/2006/09/01/css-question-please-help/#comment-179067</guid>
		<description>Oh, and Sam, this didn't just pop up; I accidentally screwed it up, and then couldn't figure out what I had done.</description>
		<content:encoded><![CDATA[<p>Oh, and Sam, this didn&#8217;t just pop up; I accidentally screwed it up, and then couldn&#8217;t figure out what I had done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ampersand</title>
		<link>http://www.amptoons.com/blog/archives/2006/09/01/css-question-please-help/#comment-179051</link>
		<dc:creator>Ampersand</dc:creator>
		<pubDate>Sun, 03 Sep 2006 13:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.amptoons.com/blog/archives/2006/09/01/css-question-please-help/#comment-179051</guid>
		<description>Thank you folks so much!

I was able to get things working, pretty much - the border shows in both IE and Firefox, and the text all fits. I'm going to continue fiddling with it to try and get the text layout to look better in both FF and IE, but in the meanwhile I'm happy.

Again, thank you!</description>
		<content:encoded><![CDATA[<p>Thank you folks so much!</p>
<p>I was able to get things working, pretty much - the border shows in both IE and Firefox, and the text all fits. I&#8217;m going to continue fiddling with it to try and get the text layout to look better in both FF and IE, but in the meanwhile I&#8217;m happy.</p>
<p>Again, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shan</title>
		<link>http://www.amptoons.com/blog/archives/2006/09/01/css-question-please-help/#comment-178872</link>
		<dc:creator>shan</dc:creator>
		<pubDate>Sat, 02 Sep 2006 14:32:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.amptoons.com/blog/archives/2006/09/01/css-question-please-help/#comment-178872</guid>
		<description>Your .narrowcolumn div that holds your main content looks like it is just floating up against the edge of #page. Adding the left margin Sam suggests to it should probably do the trick.

Getting rid of the left padding on .narrowcolumn looks like it will just make the text shift left; you could give the divs inside .narrowcolumn all left margins instead, but there's no real reason to change that if it's working.

You may end up having to change some padding/margin widths elsewhere but your page doesn't add up to too many pixels wide yet, so maybe not.</description>
		<content:encoded><![CDATA[<p>Your .narrowcolumn div that holds your main content looks like it is just floating up against the edge of #page. Adding the left margin Sam suggests to it should probably do the trick.</p>
<p>Getting rid of the left padding on .narrowcolumn looks like it will just make the text shift left; you could give the divs inside .narrowcolumn all left margins instead, but there&#8217;s no real reason to change that if it&#8217;s working.</p>
<p>You may end up having to change some padding/margin widths elsewhere but your page doesn&#8217;t add up to too many pixels wide yet, so maybe not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.amptoons.com/blog/archives/2006/09/01/css-question-please-help/#comment-178852</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Sat, 02 Sep 2006 12:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.amptoons.com/blog/archives/2006/09/01/css-question-please-help/#comment-178852</guid>
		<description>Did this just pop up? If so, that's disturbing...  The only thing I noted that I felt uncomfortable with was the use of padding (specifically, here in .narrowcolumn). Stick to using margin whenever you can, less cross-browser issues.

Anyway, try the following and you should see what I mean:

.narrowcolumn {
	float: left;
	padding: 0 0 20px 0px;
	margin: 0px 0 0 20px;
	width: 560px;
	}</description>
		<content:encoded><![CDATA[<p>Did this just pop up? If so, that&#8217;s disturbing&#8230;  The only thing I noted that I felt uncomfortable with was the use of padding (specifically, here in .narrowcolumn). Stick to using margin whenever you can, less cross-browser issues.</p>
<p>Anyway, try the following and you should see what I mean:</p>
<p>.narrowcolumn {<br />
	float: left;<br />
	padding: 0 0 20px 0px;<br />
	margin: 0px 0 0 20px;<br />
	width: 560px;<br />
	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Z</title>
		<link>http://www.amptoons.com/blog/archives/2006/09/01/css-question-please-help/#comment-178797</link>
		<dc:creator>Z</dc:creator>
		<pubDate>Sat, 02 Sep 2006 02:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.amptoons.com/blog/archives/2006/09/01/css-question-please-help/#comment-178797</guid>
		<description>Which DIV or Class is this main content in? What is it called?</description>
		<content:encoded><![CDATA[<p>Which DIV or Class is this main content in? What is it called?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: feminist blogs</title>
		<link>http://www.amptoons.com/blog/archives/2006/09/01/css-question-please-help/#comment-264946</link>
		<dc:creator>feminist blogs</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.amptoons.com/blog/archives/2006/09/01/css-question-please-help/#comment-264946</guid>
		<description>&lt;!--%kramer-pre%--&gt;should be at least 760px x 200px. Anything above that will  get cropped off of the image. */   /* #headerimg { background: url(’http://www.amptoons.com/blog/wp-content/themes/default/images/personalheader.jpg’) no-repeat top;} */   posted 1:04 pm at Alas, a blog &lt;!--%kramer-post%--&gt;</description>
		<content:encoded><![CDATA[<p><!--%kramer-pre%-->should be at least 760px x 200px. Anything above that will  get cropped off of the image. */   /* #headerimg { background: url(’http://www.amptoons.com/blog/wp-content/themes/default/images/personalheader.jpg’) no-repeat top;} */   posted 1:04 pm at Alas, a blog <!--%kramer-post%--></p>
]]></content:encoded>
	</item>
</channel>
</rss>
