[css-d] Three column div

2006-07-14 Thread Aaron Gray
Is it possible to have a three column layout with fixed width left and right columns , and variable width center column, WITH a minimum width, using div's ? Or can the minimum width center column only be done with tables. If it is possible could you give me an example, or example code please. M

Re: [css-d] Three column div

2006-07-14 Thread cj
On 7/14/06, Aaron Gray <[EMAIL PROTECTED]> wrote: > Is it possible to have a three column layout with fixed width left and right > columns , and variable width center column, WITH a minimum width, using div's > ? > > Or can the minimum width center column only be done with tables. > > If it is po

Re: [css-d] Three column div

2006-07-14 Thread Aaron Gray
> On 7/14/06, Aaron Gray <[EMAIL PROTECTED]> wrote: >> Is it possible to have a three column layout with fixed width left and >> right columns , and variable width center column, WITH a minimum width, >> using div's ? >> >> Or can the minimum width center column only be done with tables. >> >> If

Re: [css-d] Three column div

2006-07-14 Thread cj
On 7/14/06, Aaron Gray <[EMAIL PROTECTED]> wrote: > I can only find one example for a minimum width center column and that does > not give working example code and the actual page code is too complicated to > decypher, it uses some scripting too. i assume the scripting is because ie does not suppo

Re: [css-d] Three column div

2006-07-14 Thread David Laakso
Aaron Gray wrote: > Is it possible to have a three column layout with fixed width left and right > columns , and variable width center column, WITH a minimum width, using div's > ? > > Or can the minimum width center column only be done with tables. > > If it is possible could you give me an exam

Re: [css-d] Three column div

2006-07-14 Thread Aaron Gray
> Aaron Gray wrote: >> Is it possible to have a three column layout with fixed width left and >> right columns , and variable width center column, WITH a minimum width, >> using div's ? >> >> Or can the minimum width center column only be done with tables. >> >> If it is possible could you give m

Re: [css-d] Three column div

2006-07-14 Thread Holly Bergevin
From: "Aaron Gray" <[EMAIL PROTECTED]> >>> Is it possible to have a three column layout with fixed width left and >>> right columns , and variable width center column, WITH a minimum width, >>> using div's ? You might try this one - http://www.positioniseverything.net/articles/jello.html http

Re: [css-d] Three column div

2006-07-14 Thread Aaron Gray
Is it possible to have a three column layout with fixed width left and right columns , and variable width center column, WITH a minimum width, using div's ? > > You might try this one - > > http://www.positioniseverything.net/articles/jello.html > http://www.positioniseverything.net/

Re: [css-d] Three column div

2006-07-17 Thread Zoe M. Gillenwater
Aaron Gray wrote: >> Aaron Gray wrote: >> >>> Is it possible to have a three column layout with fixed width left and >>> right columns , and variable width center column, WITH a minimum width, >>> using div's ? >>> >>> Or can the minimum width center column only be done with tables. >>> >>>

Re: [css-d] Three column div

2006-07-17 Thread Aaron Gray
> be afraid to try it out. If you're new to CSS, I recommend you not jump > into a negative margin layout just yet, but you could easily do a float > layout: > > - Float one div left > - Float one div right > - Give middle div matching left and right margins > - Wrap all divs in a container with a

Re: [css-d] Three column div

2006-07-17 Thread Zoe M. Gillenwater
Aaron Gray wrote: >> - Float one div left >> - Float one div right >> - Give middle div matching left and right margins >> - Wrap all divs in a container with a minimum and maximum width applied >> >> That's all it takes. Some tweaking necessary for IE, probably, and when >> you start adding in gra

Re: [css-d] Three column div

2006-07-17 Thread David Laakso
Aaron Gray wrote: > Okay, I have spent several hours trying to get this to work, and still > cannot get the right floating div not to hang over on the next line. > > Here's what I have got :- > > http://angray.members.beeb.net/Examples/CSS/ThreeColumnExample.html > > The CSS is in the HTML

Re: [css-d] Three column div

2006-07-17 Thread Paul Novitski
Aaron Gray wrote: > >>> Is it possible to have a three column layout with fixed width left and > >>> right columns , and variable width center column, WITH a minimum width, > >>> using div's ? At 06:02 AM 7/17/2006, Zoe M. Gillenwater replied: >- Float one div left >- Float one div right >- Give m

Re: [css-d] Three column div

2006-07-18 Thread Aaron Gray
>> >>> Is it possible to have a three column layout with fixed width left >> >>> and >> >>> right columns , and variable width center column, WITH a minimum >> >>> width, >> >>> using div's ? > > At 06:02 AM 7/17/2006, Zoe M. Gillenwater replied: >>- Float one div left >>- Float one div right >>-

Re: [css-d] Three column div

2006-07-18 Thread Aaron Gray
> I have updated the online version :- > >http://angray.members.beeb.net/Examples/CSS/ThreeColumnExample.html > > It has been tested here on IE 6, FF, and Safari. > > Anyone able to test NN4 and IE5.5 ? Does not work on NN4. Does IE 5.5 support "expression()" syntax in CSS in HTML ? Aaro

Re: [css-d] Three column div

2006-07-18 Thread Aaron Gray
>http://angray.members.beeb.net/Examples/CSS/ThreeColumnExample.html > > It has been tested here on IE 6, FF, and Safari. > > Does IE 5.5 support "expression()" syntax in CSS in HTML ? CSS expressions were introduced in IE 5. Works in Opera and Netscape 7.2 so we support all modern browse

Re: [css-d] Three column div

2006-07-18 Thread Dave Pierce
Aaron anxiously asked: > Right, very logical. That works, thanks alot everyone. > > I have updated the online version :- > > > http://angray.members.beeb.net/Examples/CSS/ThreeColumnExample.html > > It has been tested here on IE 6, FF, and Safari. > > Anyone able to test NN4 and IE5.5 ?

Re: [css-d] Three column div

2006-07-18 Thread Aaron Gray
>> http://angray.members.beeb.net/Examples/CSS/ThreeColumnExample.html >> >> It has been tested here on IE 6, FF, and Safari. >> >> Anyone able to test NN4 and IE5.5 ? > > > Aaron, in Mac IE5.2.whatever, the columns act correctly, except the > words "left" and "right" are hugging the left side of e

Re: [css-d] Three column div

2006-07-19 Thread Dave Pierce
Aaron also asked... >>> http://angray.members.beeb.net/Examples/CSS/ThreeColumnExample.html >>> >>> It has been tested here on IE 6, FF, and Safari. >>> >>> Anyone able to test NN4 and IE5.5 ? >> >> >> Aaron, in Mac IE5.2.whatever, the columns act correctly, except the >> words "left" and "right"

Re: [css-d] Three column div

2006-07-19 Thread Aaron Gray
- Original Message - From: "Dave Pierce" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 19, 2006 7:11 PM Subject: Re: [css-d] Three column div > Aaron also asked... > >>>> http://angray.members.beeb.net/Examples/CSS/ThreeColumnExample.html >>>