On 3/16/06, Ian Young <[EMAIL PROTECTED]> wrote: > In following test site the menu does not appear inside its wrapper (the > black border is purely for debugging)
The container only contains floated elements, which are removed from the normal flow, so the container "thinks" it has no content and sizes itself accordingly. Adding "overflow: auto;" to #menu-wrapper fixes this. Ed Seedhouse ______________________________________________________________________ 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/
