<?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: 3 Pixels of Frustration</title>
	<atom:link href="http://simplebits.com/notebook/2004/07/30/3pixels/feed/" rel="self" type="application/rss+xml" />
	<link>http://simplebits.com/notebook/2004/07/30/3pixels/</link>
	<description>Handcrafted pixels &#38; text from Salem, Massachusetts.</description>
	<lastBuildDate>Tue, 08 Dec 2009 23:15:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Ray Muirhead</title>
		<link>http://simplebits.com/notebook/2004/07/30/3pixels/#comment-4164</link>
		<dc:creator>Ray Muirhead</dc:creator>
		<pubDate>Sun, 28 Aug 2005 07:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2004/07/30/3pixels/#comment-4164</guid>
		<description>Muchas gracias for the double float technique!  Works a treat.
</description>
		<content:encoded><![CDATA[<p>Muchas gracias for the double float technique!  Works a treat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Funk</title>
		<link>http://simplebits.com/notebook/2004/07/30/3pixels/#comment-4163</link>
		<dc:creator>Mike Funk</dc:creator>
		<pubDate>Mon, 28 Feb 2005 21:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2004/07/30/3pixels/#comment-4163</guid>
		<description>I tried assigning heights of 1% to everything on the page and still it wouldn&#039;t do it. It wasn&#039;t until I found the &lt;a href=&quot;http://www.simplebits.com/notebook/2004/07/30/3pixels.html#comment5&quot; rel=&quot;nofollow&quot;&gt;comment&lt;/a&gt; above to float the left object to the left that I found a fix that worked. I just used the underscore hack: #leftFloat {_float: left;}
and made sure to clear my floats with clear divs at the end. I tried the :after, etc. method of clearing and had trouble with it, so it&#039;s back to div style=&quot;clear:both;&quot;  for now.
</description>
		<content:encoded><![CDATA[<p>I tried assigning heights of 1% to everything on the page and still it wouldn&#8217;t do it. It wasn&#8217;t until I found the <a href="http://www.simplebits.com/notebook/2004/07/30/3pixels.html#comment5" rel="nofollow">comment</a> above to float the left object to the left that I found a fix that worked. I just used the underscore hack: #leftFloat {_float: left;}<br />
and made sure to clear my floats with clear divs at the end. I tried the :after, etc. method of clearing and had trouble with it, so it&#8217;s back to div style=&#8221;clear:both;&#8221;  for now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Francis</title>
		<link>http://simplebits.com/notebook/2004/07/30/3pixels/#comment-4162</link>
		<dc:creator>Kevin Francis</dc:creator>
		<pubDate>Sun, 09 Jan 2005 04:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2004/07/30/3pixels/#comment-4162</guid>
		<description>I came accross this bug in my first ever css layout about a year ago. After taking a screen shot in WinIE I measured the 3px on the left and right of floated block level elements and came up with my own hack.
/* Hide form MacIE \*/
* html div#mydiv {
margin: 0 -3px;
}/* End hiding */
I searched google for ages looking for an answer and found nothing. At last someone has brought to light the 3px bug.
</description>
		<content:encoded><![CDATA[<p>I came accross this bug in my first ever css layout about a year ago. After taking a screen shot in WinIE I measured the 3px on the left and right of floated block level elements and came up with my own hack.<br />
/* Hide form MacIE \*/<br />
* html div#mydiv {<br />
margin: 0 -3px;<br />
}/* End hiding */<br />
I searched google for ages looking for an answer and found nothing. At last someone has brought to light the 3px bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Knight</title>
		<link>http://simplebits.com/notebook/2004/07/30/3pixels/#comment-4161</link>
		<dc:creator>Jim Knight</dc:creator>
		<pubDate>Fri, 24 Dec 2004 23:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2004/07/30/3pixels/#comment-4161</guid>
		<description>I recently found that the 3px jog became 4px in Win 2000 with the OS font size set to 140%. At 200%, it becomes a 5px jog. Anyone else see this?
</description>
		<content:encoded><![CDATA[<p>I recently found that the 3px jog became 4px in Win 2000 with the OS font size set to 140%. At 200%, it becomes a 5px jog. Anyone else see this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flavio</title>
		<link>http://simplebits.com/notebook/2004/07/30/3pixels/#comment-4160</link>
		<dc:creator>flavio</dc:creator>
		<pubDate>Wed, 25 Aug 2004 20:44:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2004/07/30/3pixels/#comment-4160</guid>
		<description>Thank you, really. I noticed this bug a couple of weeks ago! Now I&#039;ll try a workaround sure that I don&#039;t allucinate...
</description>
		<content:encoded><![CDATA[<p>Thank you, really. I noticed this bug a couple of weeks ago! Now I&#8217;ll try a workaround sure that I don&#8217;t allucinate&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Andersen</title>
		<link>http://simplebits.com/notebook/2004/07/30/3pixels/#comment-4159</link>
		<dc:creator>Brian Andersen</dc:creator>
		<pubDate>Fri, 06 Aug 2004 00:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2004/07/30/3pixels/#comment-4159</guid>
		<description>I do pretty much everything with floats, so I&#039;ve run into this, oh about a million times.
Not just with the infamous 3-pixel gap, but in just about every situation IE stalls production, and you&#039;re not in the mood for endless bug tracking, that IE Win only hack is godsend.
Spread the word on the * html hack. God knows the world would be a safer place to use floats in if everyone knew it.
</description>
		<content:encoded><![CDATA[<p>I do pretty much everything with floats, so I&#8217;ve run into this, oh about a million times.<br />
Not just with the infamous 3-pixel gap, but in just about every situation IE stalls production, and you&#8217;re not in the mood for endless bug tracking, that IE Win only hack is godsend.<br />
Spread the word on the * html hack. God knows the world would be a safer place to use floats in if everyone knew it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fernando</title>
		<link>http://simplebits.com/notebook/2004/07/30/3pixels/#comment-4158</link>
		<dc:creator>Fernando</dc:creator>
		<pubDate>Sun, 01 Aug 2004 17:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2004/07/30/3pixels/#comment-4158</guid>
		<description>Phil: I&#039;m with you on that one. I sat here all day yesterday working trying to get my sidebar to toggle on and off just with a stylesheet switcher. IE would not display the absolute positioned div with the buttons and I forgot my solution to it. I think for about half a second, I actually made a plot to destroy the Microsoft Corporation.
On topic: I have the 3px problem. But my div has no backgrounds or borders, so it isn&#039;t noticable unless you use a Bookmarklet.
</description>
		<content:encoded><![CDATA[<p>Phil: I&#8217;m with you on that one. I sat here all day yesterday working trying to get my sidebar to toggle on and off just with a stylesheet switcher. IE would not display the absolute positioned div with the buttons and I forgot my solution to it. I think for about half a second, I actually made a plot to destroy the Microsoft Corporation.<br />
On topic: I have the 3px problem. But my div has no backgrounds or borders, so it isn&#8217;t noticable unless you use a Bookmarklet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Sherry</title>
		<link>http://simplebits.com/notebook/2004/07/30/3pixels/#comment-4157</link>
		<dc:creator>Phil Sherry</dc:creator>
		<pubDate>Sat, 31 Jul 2004 17:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2004/07/30/3pixels/#comment-4157</guid>
		<description>IE makes me want to commit violent crimes on a daily basis.  sometimes, i think it would be easier to just wipe out everyone who doesn&#039;t use a proper browser.
</description>
		<content:encoded><![CDATA[<p>IE makes me want to commit violent crimes on a daily basis.  sometimes, i think it would be easier to just wipe out everyone who doesn&#8217;t use a proper browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Mientjes</title>
		<link>http://simplebits.com/notebook/2004/07/30/3pixels/#comment-4156</link>
		<dc:creator>Rob Mientjes</dc:creator>
		<pubDate>Sat, 31 Jul 2004 13:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2004/07/30/3pixels/#comment-4156</guid>
		<description>Heh, yes, the most notorious bug in IE to stop people using floats. Luckily, I found the Holly &amp; John hack on my first layout with CSS + XHTML, so I was lucky.
And the question remains (as with every tiny bit of Internet Explorer): why?!
</description>
		<content:encoded><![CDATA[<p>Heh, yes, the most notorious bug in IE to stop people using floats. Luckily, I found the Holly &#038; John hack on my first layout with CSS + XHTML, so I was lucky.<br />
And the question remains (as with every tiny bit of Internet Explorer): why?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Linczak</title>
		<link>http://simplebits.com/notebook/2004/07/30/3pixels/#comment-4155</link>
		<dc:creator>Jon Linczak</dc:creator>
		<pubDate>Sat, 31 Jul 2004 04:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2004/07/30/3pixels/#comment-4155</guid>
		<description>Wow, and here I thought that I was the first guy to find this because I couldn&#039;t find it documented anywhere.  I was finishing up my blog just so that my first post would be documenting this bug.
I always knew something was fishy on IE when my margin widths had to be extended a few pixels for it to work, but I never had to worry about such tight tolerances until a recent design I had to code.  I brought it down to the 2 divs, one floated to the left, the other with the proper margin.  I eventually found that floating both to the left worked the best for me.
But here&#039;s my quandry - almost everything I have done in my CSS has been a float.  So much so that I wonder if there&#039;s something that says, &quot;This is too much.  Can&#039;t you find a better way?&quot;  Don&#039;t know if anyone else has had this feeling...  Anyway, thanks for bringing this up, Dan!
</description>
		<content:encoded><![CDATA[<p>Wow, and here I thought that I was the first guy to find this because I couldn&#8217;t find it documented anywhere.  I was finishing up my blog just so that my first post would be documenting this bug.<br />
I always knew something was fishy on IE when my margin widths had to be extended a few pixels for it to work, but I never had to worry about such tight tolerances until a recent design I had to code.  I brought it down to the 2 divs, one floated to the left, the other with the proper margin.  I eventually found that floating both to the left worked the best for me.<br />
But here&#8217;s my quandry &#8211; almost everything I have done in my CSS has been a float.  So much so that I wonder if there&#8217;s something that says, &#8220;This is too much.  Can&#8217;t you find a better way?&#8221;  Don&#8217;t know if anyone else has had this feeling&#8230;  Anyway, thanks for bringing this up, Dan!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

