Peter Hyde-Smith wrote:

> Thanks. I set the margins to -2px; and I still lose part of the 
> vertical rules in WIN2K/IE6 at work, although the floats stay in 
> place. I have changed them to -1px. Would you please take a quick 
> look and let me know if 'that' has resolved the issue. Otherwise I 
> will cut the width on the center column by a few px to see if that 
> works.

>> www.whitehouseinwestbend.com

Based on what you have at the moment:

To make vertical rules visible - modify stacking-order by adding...

#content {position: relative;}
#footer {zoom: 1;}

To make all floats stay in place, add...

#side1 {margin-right: -2px;}
#content {margin-left: -2px;}

Works the same in all browsers (apart from 'zoom: 1') without disturbing
any of them, so no need to target IE6.

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/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to