> -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
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,
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
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
___