Richard Grevers wrote: >> Having had problems with onetruelayout before, I tried Gunlaug's >> companion column example.
FYI: "companion column" is not mine. It's Ingo Chao's (linked to from my site). >> <http://www.vine.org.nz/index.php/adult-classes> > But I still have the problem of the gap (stripe of background colour) > in FF/Opera, plus the client will want the left column to go all the > way to the bottom (or a "narrow footer") Contradicting requirements - or I simply don't understand them. Also a number of contradicting styles in your page, which makes it less cooperative. I don't have time to debug it all, so I just play along with what's already there. For a full-width footer in the right place (no gap), add... #footer { float: left; width: 100%; } If you want the left column to appear to pass #footer' left side, stack the relevant elements to overlap each other visually for the right appearance. All elements _are_ in the right _places_ once you've added the styles above. 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/
