Re: [css-d] containing margins

2009-12-11 Thread Climis, Tim
Vince wrote: > From the w3 link below: >> In CSS 2.1, horizontal margins never collapse. >I just recently learned this one myself. Even IE doesn't collapse the >horizontal margins... IE just messes up the padding. Upon further examination this morning, the horizontal space that I thought was a

Re: [css-d] containing margins

2009-12-11 Thread Alan Gresley
Tim Climis wrote: > >> Hi Tim, >> I don't think you've given us enough information to come up with an >> exact solution... I wanna see da code! :) > > Okay. You asked for it. But as a warning, it's all kinds of fun. > http://www.indiana.edu/~intlcent/ois/org_chart.php > user: oistest

Re: [css-d] containing margins

2009-12-10 Thread Ghodmode
On 11/12/09 17:38, Tim Climis wrote: > ... >> But I think your problem >> looks like it's related to collapsing margins and you need to make your >> vertical margins not collapse. >> > Actually, I need to make my horizontal margins to not collapse too. I want no > margin collapsing whatsoe

Re: [css-d] containing margins

2009-12-10 Thread Tim Climis
> Hi Tim, > I don't think you've given us enough information to come up with an > exact solution... I wanna see da code! :) Okay. You asked for it. But as a warning, it's all kinds of fun. http://www.indiana.edu/~intlcent/ois/org_chart.php user: oistest password: fhall306 And since w

Re: [css-d] containing margins

2009-12-10 Thread Ghodmode
On 11/12/09 10:59, Climis, Tim wrote: > I know this was on the list not long ago, but I can't seem to find it again. > > I have a bunch of list items, each with a div inside it. I want the list > items to butt up against each other, and the divs to have space around them. > Normally I would do

[css-d] containing margins

2009-12-10 Thread Climis, Tim
I know this was on the list not long ago, but I can't seem to find it again. I have a bunch of list items, each with a div inside it. I want the list items to butt up against each other, and the divs to have space around them. Normally I would do this with padding on the list item, but I need