Re: Support for CSS Flyout Menu

Originally Posted by
dudemaaan
wannspeed.com is my site
I have the css flyout menu installed.
How can I add the #catBoxDivider that seperates "specials, new products, featured products and all products" from the main products listed?
In your "includes/templates/CUSTOM/css/tpl_categories.css" , you should have a line (line 28 for me) that looks like this:
Code:
$content .= '<P></P>'; // insert a blank line/box in the menu
is it missing or commented out?

Originally Posted by
dudemaaan
Also for some reason my subcategories don't fly out directly to the side, they drop down one row which makes it really tricky to cross with the mouse. What setting do I need to edit to fix that? wannaspeed.com (my server is having issues after a big upgrade so the site may load slow.)
In your "includes/templates/CUSTOM/css/stylesheet.css" , find this section of code:
Code:
div#nav-cat ul ul {
z-index: 1000; position: absolute; top: 1; left: 100%;
display: none;
}
you currently have the "top:" set to 1........set it to 0.
Hope this helps.
Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!