Jeralyn Merideth wrote:
> I thought it might be the header pushing everything to the right so I
>  tried re-working it using width: 100%, margin-right: 0, margin: 
> 0,....all combinations I can think of and nothing is closing the gap.
>  I am missing something but cannot find it. I would appreciate some 
> fresh eyes on this problem.

> http://www.msbanet.org/emails/Esgn/060802_esgn_pandemicDVD.htm

It's the 'margin-doubling on floats bug' in IE/win. Same on both sides BTW.

Adding...
#mainContent {
display: inline;
}

...and...

#secondary {
display: inline;
}

...will fix it.

Note: 'floats' can't be 'inline', so the above is of course "pure
nonsense" - which makes it the perfect cure for that particular
iExploder-bug :-)

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to