Hello zenners I have a question that I would like to see if I can get some help on. I wouldn't think it is something that someone in here won't be able to help with. By the way I have the latest zen cart 1.38a and have had it installed for quite a while and everything is working great. I just need to make a little modification.
I have the CSS Fly out menu and I have many links on there for example About Us, History and so forth. They all work great. However I am needing to add a "submenu". NOT a subcategory. I want to be able to have a link called say fundraiser and when I hover over that link it has a submenu showing different fundraisers.
The code that I have for tpl_categories_css.php is
What I would like to do if you go and look at the site that i post at the end of this message you will see how when the user hovers over Products it breaks out and shows the subcategories. I would like similar things to happen with an actual link. Is this possible? Is there any way to make this possible?Code:$content = ""; $content .= '<div id="nav-cat">'; $content .= '<a href="/~stxmill/">' . ' Home' . ' </a> ' ; $content .= '<div id="test">'; $content .= '<a href="index.php?main_page=history">' . ' History' . ' </a> ' ; $content .= '<div id="test">'; $content .= $menulist; // see the modules/sideboxes/YOURTEMPLATE/categories_css.php for this $content .= '<a href="index.php?main_page=fund_raising">' . ' Stone Ground Fund-raiser' . '</a>' ; $content .= '<div id="test">'; $content .= '<a href="index.php?main_page=fund_raising_2">' . ' Grandmas Kitchen Fund-raiser' . '</a>' ; $content .= '<div id="test">'; $content .= '<a href="index.php?main_page=about_us">' . ' About Us' . '</a>'; $content .= '<div id="test">'; $content .= '<a href="index.php?main_page=store_locator">' . ' Store Locator' . '</a>' ; $content .= '<div id="test">'; $content .= '<a href="index.php?main_page=recipes">' . ' Recipes' . '</a>' ; $content .= '<div id="test">'; $content .= '<a href="index.php?main_page=faqs_all">' . ' FAQ' . '</a>' ; $content .= '<div id="test">'; $content .= '<a href="index.php?main_page=contact_us">' . ' Contact Us' . '</a>' ;
The site is...
stx milling . com
Take out the spaces for the link.


Reply With Quote


