Re: [css-d] 3 Column fluid and equal layout (Kenoli Oleari)

2006-03-28 Thread Bill Brown
Hi Kenoli. I just finished a template which does exactly that and more. You can check it out at http://www/macnimble.com if you like. The key for Internet Explorer for me was using floats and negative margins. It seems your goals are similar to mine. You can get the code (and in fact a complete zi

Re: [css-d] 3 Column fluid and equal layout

2006-03-27 Thread Al Sparber
From: "Bob Easton" <[EMAIL PROTECTED]> > Kenoli Oleari wrote: >> Can someone point me to some CSS code that works in IE Windows >> (along >> with other browsers) for creating a three column fluid and equal >> height layout where columns all adjust to the same length based on >> the one with the l

Re: [css-d] 3 Column fluid and equal layout

2006-03-27 Thread Bob Easton
Kenoli Oleari wrote: > Can someone point me to some CSS code that works in IE Windows (along > with other browsers) for creating a three column fluid and equal > height layout where columns all adjust to the same length based on > the one with the longest content and adjust fluidly with the b

Re: [css-d] 3 Column fluid and equal layout

2006-03-27 Thread Thierry Koblentz
Frédéric Trudeau wrote: > Interesting links Thierry. > > Is it possible to make this 3 columns fluid layout fixed > width and centered ? > > Ie: http://www.tjkdesign.com/articles/3cols.asp Sure, try: body {text-align:center} /* for IE5 */ #outer_wrapper {width:720px;margin:0 auto;text-align:left}

Re: [css-d] 3 Column fluid and equal layout

2006-03-27 Thread Frédéric Trudeau
Interesting links Thierry. Is it possible to make this 3 columns fluid layout fixed width and centered ? Ie: http://www.tjkdesign.com/articles/3cols.asp Thanks, -Original Message- Kenoli Oleari wrote: > Can someone point me to some CSS code that works in IE Windows (along > with other

Re: [css-d] 3 Column fluid and equal layout

2006-03-27 Thread Al Sparber
From: "Kenoli Oleari" <[EMAIL PROTECTED]> > Can someone point me to some CSS code that works in IE Windows > (along > with other browsers) for creating a three column fluid and equal > height layout where columns all adjust to the same length based on > the one with the longest content and adjust

Re: [css-d] 3 Column fluid and equal layout

2006-03-27 Thread Thierry Koblentz
Kenoli Oleari wrote: > Can someone point me to some CSS code that works in IE Windows (along > with other browsers) for creating a three column fluid and equal > height layout where columns all adjust to the same length based on > the one with the longest content and adjust fluidly with the browser

[css-d] 3 Column fluid and equal layout

2006-03-27 Thread Kenoli Oleari
Can someone point me to some CSS code that works in IE Windows (along with other browsers) for creating a three column fluid and equal height layout where columns all adjust to the same length based on the one with the longest content and adjust fluidly with the browser window in the horizo