Results 1 to 10 of 754

Threaded View

  1. #11
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by Guptyboy View Post
    Lots of people say it ... "I love this place!" I'm not a programmer, have little networking skills and know even less about website etc .. but these forums make working with Zen Cart SOOO easy!
    That's what we're here for. Glad you found a "Home" with Zen-Cart. Happy Zenning.

    Quote Originally Posted by Guptyboy View Post
    Usually dont post until I have a problem, most the time either I figure it out or the forums has some useful bits to help.
    Shame on you........if everybody done that, there wouldn't be any answers to all the problems in this forum. Every once in a while, just look through the new posts.....you'd be surprised at how many questions you can actually answer by the knowledge you've gained here. That's what this community is built on........the sharing of "learned knowledge"


    Quote Originally Posted by Guptyboy View Post
    I have this running on my 1.3.9d site (www.battlebunker.com) but
    I'm having an issue with the menu extending below and off screen making it fiddly to reach the bottom of the menu ... any suggestions?

    I think I read something about a scrollbar that is added for long menus (may not have been for this mod) ... will have to go looking for that in the previous posts on this thread - I must admit I have not read all the pages ....
    Read, read, read......that's the key!
    O.k., now to solve your problem. In your stylesheet_categories_menu.css, find this block of code (almost at the bottom):

    Code:
    div#nav-cat ul.level1 li.submenu:hover ul.level2, 
    div#nav-cat ul.level2 li.submenu:hover ul.level3,
    div#nav-cat ul.level3 li.submenu:hover ul.level4,
    div#nav-cat ul.level4 li.submenu:hover ul.level5,
    div#nav-cat ul.level5 li.submenu:hover ul.level6 {
            display:block;
    }
    And add this to it:

    Code:
    height: 200px;
    overflow: scroll;
    Making that whole section look like this:

    Code:
    div#nav-cat ul.level1 li.submenu:hover ul.level2, 
    div#nav-cat ul.level2 li.submenu:hover ul.level3,
    div#nav-cat ul.level3 li.submenu:hover ul.level4,
    div#nav-cat ul.level4 li.submenu:hover ul.level5,
    div#nav-cat ul.level5 li.submenu:hover ul.level6 {
            display:block;
            height: 200px;
            overflow: scroll;
    }
    Adjust height (length of box before it starts to scroll) as needed.

    Quote Originally Posted by Guptyboy View Post
    And I hate feeling obligated to say "I have a template monster theme", from what I have read on these forums I gather they dont go well together.

    Cheers
    ..............no words..............................

    Hope this helps.
    Last edited by Get Em Fast; 26 Jun 2010 at 11:07 PM.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

 

 

Similar Threads

  1. v151 How to uninstall CSS Horizontal Drop Down Menu (CSS Flyout Header 1.5)
    By cmike in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 15 Feb 2014, 07:39 AM
  2. Flyout Menu CSS For My Template.
    By NathanLee0921 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 May 2010, 01:24 AM
  3. Extra text or image inbetween categories for css flyout menu?
    By arniesbarmyarmy in forum Addon Sideboxes
    Replies: 0
    Last Post: 23 Nov 2009, 10:30 AM
  4. css flyout menu (for side nav)
    By gsdcypher in forum General Questions
    Replies: 0
    Last Post: 3 Dec 2007, 12:10 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR