Re: [css-d] Relative positioning and widths

2006-06-16 Thread Brendan Grossman
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Ed Seehouse > Sent: Friday, 16 June 2006 3:08 AM > To: Brendan Grossman > Cc: css-d@lists.css-discuss.org > Subject: Re: [css-d] Relative positioning and widths > > O

Re: [css-d] Relative positioning and widths

2006-06-15 Thread Ed Seehouse
On 6/14/06, Brendan Grossman <[EMAIL PROTECTED]> wrote: > Hi everyone > > Is it possible to have floating divs side-by-side without the width > specified or with just one set explicitly? Yes. > For example I have two columns... > Left hand side I want to set explicity, ie. 15em > Right hand side,

Re: [css-d] Relative positioning and widths

2006-06-15 Thread Philippe Wittenbergh
On Jun 15, 2006, at 1:44 PM, Brendan Grossman wrote: > Is it possible to have floating divs side-by-side without the width > specified or with just one set explicitly? > > For example I have two columns... > > Left hand side I want to set explicity, ie. 15em > > Right hand side, I want it to fill

Re: [css-d] Relative positioning and widths

2006-06-14 Thread Ingo Chao
Brendan Grossman wrote: > Here's sample code I'm using... > > #left { > float: left; > width: 15em; > } > > #right { > float: left; > } > > > This sample code does not drop in Firefox. Ingo -- http://www.satzansatz.de/css.html ___