Erik Domingo wrote:

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.

You can see this "bad" behavior at
http://bluelangroup.com/postureworks/Customers.php, and a good page at
http://bluelangroup.com/postureworks/Index.php.

Erik,
Zero out the margin and padding on #sidebar. Add margin and padding as appropriate to the elements contained within the side bar instead. Zero out the padding and margins (except the horizontal negative and positive margin widths for the columns,i.e., #container {margint: 0 -200px 0 0;} ) on all the id's.
You *may* not need any width hacks to work cross-browser.
Regards,
~dL

--
David Laakso
http://www.dlaakso.com

______________________________________________________________________
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