Jack Albright wrote: > I'm making a site with a horizontal navigation menu, which is > contained in a DIV that also contains a <SELECT> dropdown menu. > > The menu bar looks ok in all browsers that I've tested so far > (Safari, Firefox, IE7/Win) except IE6 / Win. > > The problem: IE6 causes the height of the menu bar to expand about > 10px. > > Is there a known problem with IE6 form elements that cause a DIV's > vertical size to expand beyond what is expected? Is the form element > inheriting a margin property from an ancestor ?
Hi Jack. Without actually seeing the site, I'd say try either removing the padding on the form or if you've already done that try adding overflow: hidden to your containing div. IE6 will incorrectly auto-expand a box if the content goes past the specified height whereas the other browsers stay put. AC -- Audra Coldiron Rock-n-Roll Design & Hosting http://rock-n-roll-design.com KarmaCMS ( http://karmawizard.com ) - the ultimate CSS styled CMS. Pre-made designs, designer tools, and reseller program available! ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- 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/
