Hi jettrue how would you go about slowing down the speed of the menu. Mine is to fast. Thank you
Hi jettrue how would you go about slowing down the speed of the menu. Mine is to fast. Thank you
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
Oh Ok thank you for your answer. I was just wondering because you have to be fast at what your doing or you slip off the categories in a hurry...lol
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
countrycharm,
Sounds like you have some spacing between your top bar and the drop down menu. I've had that before and would have to move the mouse quickly to keep the dropdown. So the solution is to get rid of the padding or margin that is keeping your top bar and the dropdown from being flush.
Thanks for you help. How would I go about doing that? Would it be in the css file. I worked on this a while back when I first installed it but I don't remember what I did ....lol. Any help would be appreciated. Thank you.
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
I would recommend grabbing the original stylesheet_header_menu.css and starting over or at least comparing it with your modified version. Do you have a link to the site so we can see it?
Help! I've added some menu items to the main menu bar, but can't seem to get the new dropdowns to work in firefox (2.0.0.17) - it works fine in IE (7.0). The original dropdowns work fine in both.
Code as follows...
So, you can see the menu as followsCode:<li class="submenu"><a ="<?php echo zen_href_link(FILENAME_ABOUT_CHOCOLATE); ?>"><?php echo HEADER_TITLE_ABOUT_CHOCOLATE; ?></a> </li> <ul class="level2"> <li><a href="<?php echo zen_href_link(FILENAME_SHIPPING); ?>"><?php echo HEADER_TITLE_SHIPPING_INFO; ?></a></li> </ul> <li class="submenu"><a href="<?php echo zen_href_link(FILENAME_ABOUT_US); ?>"><?php echo HEADER_TITLE_ABOUT_US; ?></a> </li> <li class="submenu"><a ="<?php echo zen_href_link(FILENAME_DEFAULT); ?>"><?php echo HEADER_TITLE_INFORMATION; ?></a> <ul class="level2"> <?php if (DEFINE_SHIPPINGINFO_STATUS <= 1) { ?> <li><a href="<?php echo zen_href_link(FILENAME_SHIPPING); ?>"><?php echo HEADER_TITLE_SHIPPING_INFO; ?></a></li> <?php } ?>
About Chocolate : About Us : FAQs
The dropdown for the FAQs works fine so I pasted the shipping dropdown code to also show in About Chocolate as a test. Works fine in IE, but nothing in Firefox. Anyone have any idea why, it's driving me crazy.
Sorry there is no link, only working on hone dev machine at the moment.
Thanks,
Adam.