Re: [css-d] Problem with right column overlap when main contains uncompressible table

2006-03-06 Thread Carl Youngblood
Both Ingo and Gunlaug's solutions were very helpful! Thanks so much guys for taking the time to answer my questions in depth. That was really above and beyond the call of duty. Cheers, Carl On 3/4/06, Ingo Chao <[EMAIL PROTECTED]> wrote: > > > Georg already solved it. > > > The (still) experimen

Re: [css-d] Problem with right column overlap when main contains uncompressible table

2006-03-04 Thread Ingo Chao
Georg already solved it. The (still) experimental drop-it method [1] could be useful here. The scrollbar might not be desired: http://www.satzansatz.de/cssd/dropit/cl/index.html CSS with comments added http://www.satzansatz.de/cssd/dropit/cl/index.css Ingo [1] http://www.satzansatz.de/

Re: [css-d] Problem with right column overlap when main contains uncompressible table

2006-03-03 Thread Gunlaug Sørtun
>> http://constructioncapitalsource.com/example.html Forgot (it's really late at my end) :-) You should also add... #container{display: table; height: 100%;} ...to keep expansion working on that element. The good browsers use 'display: table' which means 'expand with content' in this context. I

Re: [css-d] Problem with right column overlap when main contains uncompressible table

2006-03-03 Thread Gunlaug Sørtun
Carl Youngblood wrote: > http://constructioncapitalsource.com/example.html > The main column contains a table that is so wide that it can't be > compressed further. What I want the right column to do in this case > is hug the right-hand side of the main column but not overlap it, > causing the

[css-d] Problem with right column overlap when main contains uncompressible table

2006-03-03 Thread Carl Youngblood
Please look here to see what I'm talking about: http://constructioncapitalsource.com/example.html The main column contains a table that is so wide that it can't be compressed further. What I want the right column to do in this case is hug the right-hand side of the main column but not overlap it