Re: [css-d] Table squirting out of DIV

2006-09-01 Thread Zoe M. Gillenwater
rollandburn wrote: > Hi everyone, thank-you Zoe for the suggestion to use display: table- > cell to sort out my squir..ahem, overflow problems. :-) Thank you. > Unfortunately > this nullifies the margins I have applied to the div that are > necessary for layout. Applying padding to com

Re: [css-d] Table squirting out of DIV

2006-09-01 Thread rollandburn
Hi everyone, thank-you Zoe for the suggestion to use display: table- cell to sort out my squir..ahem, overflow problems. Unfortunately this nullifies the margins I have applied to the div that are necessary for layout. Applying padding to compensate won't work in this situation because

Re: [css-d] Table squirting out of DIV

2006-08-30 Thread Zoe M. Gillenwater
rollandburn wrote: > I wonder if someone could slap me with some knowledge and tell if > there is a way to keep a table from squirting Eww... please use the word "overflow," as that's the CSS term for it and way less gross than the word "squirt." I shiver just thinking about it... :-) > outs

[css-d] Table squirting out of DIV

2006-08-30 Thread rollandburn
Hi everyone, I wonder if someone could slap me with some knowledge and tell if there is a way to keep a table from squirting outside its containing div when the browser window is resized smaller. Or, How do you get a div to only shrink to the size of its contents (upon window resize)