Brian J. Creasy wrote:
> Hey all.  This isn't the first time that I've run into this problem, 
> but I've never taken the time to look into how to fix it.  This time,
> I need to fix it for good.
> 
> http://genetik.caffeine.nu/test/floatmargin.html

It's the 3px bug, and it is introduced along with 'Layout'[1] when
IE/win sees the width on 'div.cr label'.

Simplest solution: delete 'width: 12em;'.
Added advantage with this solution: all browsers will line those labels
up nicer when that width is gone.

FYI: there are no "perfect fixes" for this sort of bugs/features in
IE/win. We will have to carefully select the right fixes in each
case/design, because all available fixes may have negative effects on
something.
That's one reason why I point to that article[1] again and again,
because it doesn't describe a "simple fix" to a problem, but a whole
bunch of troublesome bugs/features in IE/win that may either work to our
advantage, or ruin our work completely.

regards
        Georg

[1]http://www.satzansatz.de/cssd/onhavinglayout.html
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to