On 12/12/05, Bob Schwartz <[EMAIL PROTECTED]> wrote: > I'm not trying to center, the issue is height and more correctly > height which expands to fit content of nested divs and probably even > more correctly a box with columns in it which expands all columns to > be equal in height to the one with the most content.
Yes, you have missed something: equal height columns with pure CSS: http://positioniseverything.net/articles/onetruelayout/equalheight there are more links I could give you to older methods, but this is the *holy grail* of CSS columns. Anyone who hasn't seen this should. As for more simply, just getting a container to contain floats: http://www.complexspiral.com/publications/containing-floats/ It's not hard, and I can assure you that you don't need that one table container. -- -- Christian Montoya christianmontoya.com ... rdpdesign.com ... cssliquid.com ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
