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>

The floating div won't expand. I've tried clear: both, getting rid of  
padding, etc.
Here's the css. Any input would be GREATLY appreciated.

CSS:

#productsDetailsContainer {
        border-bottom: 1px solid #666;
        width: 700px;
        height: 100%;
}

.productsDetailsLeft {
        width: 387px;
        border: 1px solid #666;
        
}

.productsDetailsRight {
        float: left;
        position: relative;
        width: 300px;
        font-size: 14px;
        clear: both;                    
}




Thanks,

Lisa
______________________________________________________________________
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