Erik Domingo wrote:

I've created a 3-column layout (with header and footer) based on Ryan
 Brill's article in ALA on negative margins. The layout works fine in
FF, but not in IE. Some of the pages (when viewed in IE) have the
right column (#sidebar) not floating within the container element
(#wrapper). It's forcing the #sidebar element below the container, as
if there's a .clear being invoked.

http://bluelangroup.com/postureworks/Customers.php

IE need more breathing-space and a fix for the 'margin-doubling' bug.

Try:
#sidebar {display: inline;margin-left: -2px;}
...even a larger negative margin-left may be needed in some cases.

Otherwise a well-working layout you've got there.

regards
        Georg
--
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