sw09 Re: CSS Dropdown menu for your header- With Categories!

--------------------------------------------------------------------------------
Hi, I am a newbie to zen cart. I have installed the css flyout menu and it all works well but when I adjust the website template width to auto, the menu width got auto adjusted but the sub menu is not. How can I adjust that? My website http://www.bruneipartyshop.com
In the stylesheet_header_menu.css find the following code:

div#dropMenu ul ul li {border-bottom: 1px solid #CCC; width: 100%;z-index:10000;}

div#dropMenu ul.level7 li.submenu:hover ul.level8 {position: absolute; width: 100%;display:block;z-index:10000;}
div#dropMenu ul.level2 {background:#4f4f4f;z-index:10000;position:absolute;left:0;width: 100%;}

They are all in the bottom block of code. Adjust your width's (i've highlighted them in red above) to 100%.