Joel,
Thanks for the quick response! I tried that, but it forces extra 'padding' below the menu that I can't seem to get rid of. Have you tried it? If you have any further suggestions for using the div, I'm all ears. :) You are correct, I could use a more in-depth understanding of CSS.... Thx, KS On Oct 14, 9:00 pm, "Joel Birch" <[EMAIL PROTECTED]> wrote: > Hi Kelly, > > More than likely your menu is 'floated' left and the div container is > not 'clearing' it's contents, ie. it is collapsing to zero height. IE > clears contents automatically which is why it appears to work in that > browser and not in standards compliant browsers. Simply add > float:left; to your div while keeping your width:100%; and it will > work fine. You could even get rid of the div and just add width:100%; > to the main menu ul. > > This is nothing to do with jQuery - just simple CSS. > > Joel Birch.