Thank you to you all for your fast replies. All of the various options have
worked correctly!
Best Wishes.
Clare Green.
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http:/
On Nov 30, 2007 12:29 PM, Clare AM Green <[EMAIL PROTECTED]> wrote:
> As you can see the divs around the form sections (div class="formBox")
> collapse because they are containing floated elements. Normally I fix issues
> like this by putting in a br tag at the bottom of the div and applying a
>
Clare AM Green wrote:
> http://www.cam-web.co.uk/newcam/quote.html
>
> As you can see the divs around the form sections (div
> class="formBox") collapse because they are containing floated
> elements.
That's correct behavior, same in all decent browsers.
You can add...
.formBox {overflow: hi
Hello!
I'm having problems with fixing a div collapse.
I've uploaded a sample of the issue here
http://www.cam-web.co.uk/newcam/quote.html the CSS is available at
http://www.cam-web.co.uk/newcam/styles.css
As you can see the divs around the form sections (div class="formBox") collapse
becau