Results 1 to 10 of 11

Hybrid View

  1. #1
    Join Date
    Feb 2012
    Location
    Coastal Carolina
    Posts
    6
    Plugin Contributions
    0

    Default Help with a drop down menu mystery

    I am building our first ZC. It is a slightly customized ZC theme. I can not find where to change the code to enable my drop down menus to fucntion as the first menu does at www.scubooty.com . The "accessories" drop down appears and stays there while you select the subcategory. The menus for "apparel" and "dive systems" disappears before you can click on a subcategory. I am on the right track looking at the source code, but cant find the correct file to edit or to try to play with it. If anyone can tell us what goes where, or what we should type in what file, we'd greatly appreciate the input. THNX

  2. #2
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Help with a drop down menu mystery

    Well, this is non-standard zen cart stuff so...

    however, the problem you have is that the menu items are different heights. Which means that in the other ones that are less high the cursor comes out of the menu item before it goes into the sub-menu so the hover is broken.

    The best solution is to find why they are different heights when they obviously should be the same height but I can not be bothered to go through a template that I do not know and work that one out so here is a hacky fix. Add this to your css:

    Code:
    .submenu{
    height:45px;
    }

  3. #3
    Join Date
    Feb 2012
    Location
    Coastal Carolina
    Posts
    6
    Plugin Contributions
    0

    Default Re: Help with a drop down menu mystery

    Thanks. I was thinking that way too. It gives us a duplicate menu arrow in the sub menu when we add that line. We left it that way with your changes to work further. WIll keep searching. Thank you.

  4. #4
    Join Date
    Feb 2012
    Location
    Coastal Carolina
    Posts
    6
    Plugin Contributions
    0

    Default Re: Help with a drop down menu mystery

    We're still getting this funky shadow arrow that is off kilter in our three drop down menus. www.scubooty.com Any ideas out there? We appreciate the input.

  5. #5
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Help with a drop down menu mystery

    I am not sure that I understand what you are saying now

    Attached is a screenshot with that css rule applied.

    If you are seeing something else then you have some browser issues as well as code issues.

    If you are seeing that then which bit of it do you want to change?

    As it is a TM template you may find that not many people want to get to far into it. It tends to make people run away weeping.
    Attached Images Attached Images  

  6. #6
    Join Date
    Feb 2012
    Location
    Coastal Carolina
    Posts
    6
    Plugin Contributions
    0

    Default Re: Help with a drop down menu mystery

    If you mouse over the subcategories, a gray arrow is thrown when the yellow highlight arrow lights up. I made the suggested changes to the css in stylesheet_categories_menu.css. I know not many people want to help on themes, I am just throwing it out there. It is the only issues we really have. once that is corrected we can open up and start loading merchandise files. If you can direct us to someone that works thems let us know. Thanks again.

 

 

Similar Threads

  1. Help with javascript/drop down menu
    By LissaE in forum General Questions
    Replies: 9
    Last Post: 5 Feb 2010, 04:04 PM
  2. Help with Drop down menu
    By melindaf in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 7 Aug 2009, 07:41 AM
  3. Help with Drop down menu
    By melindaf in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 6 Aug 2009, 07:05 AM
  4. CSS drop down menu help
    By domsmom in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 17 Sep 2008, 07:32 PM
  5. Need help with drop down menu sizing
    By Dashizna in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 3 Nov 2007, 06:36 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg