> Hi List --
> 
> I'm having a problem with a floating div expanding vertically 
> to the content.
> 
> Here is the structure:
> <container>
>    <div left>
>     -- includes a float that SHOULD expand based on the amount of text
>    <div right>
> </container>

Lisa,

I apologize if your example structure was meant to symbolize your html rather
than replicate it, but that's not correct html.
It's not even xml, really, though it's closer to that than html.

Try this:

<div id="productsDetailsContainer">
    <div class="productsDetailsLeft ">
<p>includes a float that SHOULD expand based on the amount of text</p>
    </div>
    <div class="productsDetailsRight ">
<p>something else</p>
    </div>
</div>

And use the same style you sent through in your email and everything should work
a little better.

Hope it helps.
Bill



|================================|
| Bill Brown                     |
| Webmaster, MacNimble.com       |
| http://www.macnimble.com       |
| mailto:[EMAIL PROTECTED]      |
| Phone: 215-237-2037            |
|================================|



___________________________________________________________
$0 Web Hosting with up to 200MB web space, 1000 MB Transfer
10 Personalized POP and Web E-mail Accounts, and much more.
Signup at www.doteasy.com

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to