<?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: IE6 Extra Element Padding/Margin</title>
	<atom:link href="http://blog.neatlysliced.com/2007/03/ie6-extra-element-paddingmargin/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.neatlysliced.com/2007/03/ie6-extra-element-paddingmargin/</link>
	<description>Bread was overrated.</description>
	<lastBuildDate>Wed, 10 Mar 2010 10:15:54 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Albin</title>
		<link>http://blog.neatlysliced.com/2007/03/ie6-extra-element-paddingmargin/comment-page-1/#comment-10824</link>
		<dc:creator>Albin</dc:creator>
		<pubDate>Fri, 29 May 2009 14:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.neatlysliced.com/2007/03/ie6-extra-element-paddingmargin/#comment-10824</guid>
		<description>This bug seems to be in IE7 as well... overflow:hidden solved it, thanks ;)</description>
		<content:encoded><![CDATA[<p>This bug seems to be in IE7 as well&#8230; overflow:hidden solved it, thanks <img src='http://blog.neatlysliced.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: crazycat</title>
		<link>http://blog.neatlysliced.com/2007/03/ie6-extra-element-paddingmargin/comment-page-1/#comment-5071</link>
		<dc:creator>crazycat</dc:creator>
		<pubDate>Thu, 06 Dec 2007 06:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.neatlysliced.com/2007/03/ie6-extra-element-paddingmargin/#comment-5071</guid>
		<description>Thanks, buddy. This is a good one. I pulled my hear in three places trying to solve this issue.
Your solution works, like a charm :)</description>
		<content:encoded><![CDATA[<p>Thanks, buddy. This is a good one. I pulled my hear in three places trying to solve this issue.<br />
Your solution works, like a charm <img src='http://blog.neatlysliced.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarnix</title>
		<link>http://blog.neatlysliced.com/2007/03/ie6-extra-element-paddingmargin/comment-page-1/#comment-1135</link>
		<dc:creator>Sarnix</dc:creator>
		<pubDate>Thu, 30 Aug 2007 10:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.neatlysliced.com/2007/03/ie6-extra-element-paddingmargin/#comment-1135</guid>
		<description>I ran into the same problem. The thing you have to do is set overflow: hidden on the element that has a width defined that cannot be overflown.
For example:
div#content { width: 300px; overflow: hidden;}
if you put an image in this div with a width that exceeds 300px the part that overflows will be hidden.</description>
		<content:encoded><![CDATA[<p>I ran into the same problem. The thing you have to do is set overflow: hidden on the element that has a width defined that cannot be overflown.<br />
For example:<br />
div#content { width: 300px; overflow: hidden;}<br />
if you put an image in this div with a width that exceeds 300px the part that overflows will be hidden.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
