Results 1 to 10 of 2344

Hybrid View

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

    Default Re: CSS Dropdown menu for the header- With Categories!

    Quote Originally Posted by DivaVocals View Post
    If I was using a blog embedding solution (Numinix's would be the one I'd use) I am not QUITE sure how I would go about adding the correct code to pull in the blog categories into the menu.. gonna mess around with it next weekend.. But I have a sneaking feeling that I might need an assist with this..
    Hmmm..........I've never messed with that at all. I don't know how much help I would be, but I bet together we can figure it out.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  2. #2
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: CSS Dropdown menu for the header- With Categories!

    Quote Originally Posted by Get Em Fast View Post
    Hmmm..........I've never messed with that at all. I don't know how much help I would be, but I bet together we can figure it out.
    Yep.. I figured we could.. I've got some "theories" on how to make this work.. Gonna give 'em all a shot first before I bother you for another set of eyes to assist.. and if I figure it out I will of course post the results..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #3
    Join Date
    Oct 2007
    Posts
    241
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for the header- With Categories!

    I installed this on a ZC 1.3.8A, and a ZC 1.9H.

    Very cool mod!!!

    I was wondering if there is a way to show lots of sub-categories?

    For instance:

    Have a scroll-bar on the right-hand side of the sub-categories so that any that appear below the bottom of the screen may be scrolled up and then hovered over.

    Alternatively, hard-code the list of links, so that the sub-categories are split, maybe a-F G-L, etc...and so there wouldn't be so many in each..... (this seems like a poor solution, just a work-around!!!)


    ALSO....

    I also wanted to have the three highest categories listed ON the top header area, rather than a (definable) 'Categories' heading.

    AND....

    Maybe also, the Categories generator function can altered so that it auto-generates split-lists as described above.

  4. #4
    Join Date
    Oct 2007
    Posts
    241
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for the header- With Categories!

    Quote Originally Posted by Donn View Post
    .....

    I was wondering if there is a way to show lots of sub-categories?

    For instance:

    Have a scroll-bar on the right-hand side of the sub-categories so that any that appear below the bottom of the screen may be scrolled up and then hovered over......
    How about these CSS properties:
    overflow:scroll;
    overflow: Auto;

    Would either work? Where in the CSS file should this go, if this IS correct?

  5. #5
    Join Date
    Oct 2007
    Posts
    241
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for the header- With Categories!

    Quote Originally Posted by Donn View Post
    How about these CSS properties:
    overflow:scroll;
    overflow: Auto;

    Would either work? Where in the CSS file should this go, if this IS correct?
    I see the Div must have a height, in order for overflow to work.

    div#dropMenu ul.level3 {max-height: 600 px; overflow: auto;}
    div#dropMenu ul.level4 {max-height: 600 px; overflow: auto;}


    I thought that this would work, but it does not.

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

    Default Re: CSS Dropdown menu for the header- With Categories!

    Quote Originally Posted by Donn View Post
    I see the Div must have a height, in order for overflow to work.

    div#dropMenu ul.level3 {max-height: 600 px; overflow: auto;}
    div#dropMenu ul.level4 {max-height: 600 px; overflow: auto;}


    I thought that this would work, but it does not.
    Well, not only do you need the "max-height" that you have, but you also need "height". You also don't want the scroll to work both horizontally AND vertically, so you would want something like this:

    Code:
    div#dropMenu ul.level3 {height: 600px; max-height: 600px; overflow-y: scroll;}
    BUT, the downside is, while this will work for level 3 dropdown, it will also cancel out level 4 from displaying at all.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

 

 

Similar Threads

  1. Categories dropdown menu/css
    By KenshiroU in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Apr 2013, 01:04 PM
  2. HIde categories mod with css dropdown menu
    By adowty in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 Feb 2012, 01:05 AM
  3. How to use ezpages/categories as dropdown menu in the header?
    By mdivk in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 21 Dec 2011, 06:32 PM
  4. whats wrong with this css for my dropdown menu?
    By 1kell in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 28 May 2010, 02:47 AM
  5. Header Dropdown Menu (CSS) Without the Dropdown???
    By hcd888 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 27 May 2009, 01:20 AM

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