Page 69 of 235 FirstFirst ... 1959676869707179119169 ... LastLast
Results 681 to 690 of 2345
  1. #681
    Join Date
    Jul 2006
    Posts
    213
    Plugin Contributions
    0

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

    Quote Originally Posted by TracNez411 View Post
    Hi JetTrue,

    I'm ready to download your mod as all accounts seem to be great, but I wanted to confirm if it is tied to the admin panel to automatically load the categories/subcategories as they are edited, or if we'll need to go in and edit a separate file. Obviously, the categories won't change too much, but I'd love to hear that your menu automatically updates if a change is made in the admin panel.
    TracNez411

    As a user I can confirm for you that the menu will follow all changes you make to categories, subcategories, etc via the Admin panel, including additions, deletions and name changes. Enjoy it!

    Maury

  2. #682
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: CSS Dropdown menu with HORIZONTAL submenus

    Quote Originally Posted by mauryg View Post
    Do you think it would be possible to redo the CSS and maybe the template so that the subcategories (level 2 and lower) were listed in one or more horizontal rows rather than a vertical column?

    Maury
    that is not in my plans, but if someone else wants to figure out something like that, that would be great!

  3. #683
    Join Date
    Jul 2007
    Posts
    154
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu obstructs HoverBox

    Quote Originally Posted by CES View Post
    Try searching this thread for "lightbox".

    Should sort out your problem. Let us know how you get on.

    Craig
    Craig,

    since my problem was not with a lightbox but with HoverBox I located my hoverbox stylesheet and changed the z-index setting from 100 to 1000 so it now reads like this:

    #hoverbox{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1000;
    text-align: center;
    line-height: 0;
    }

    Thank you so much for your help! Worked like a charm. This forum is the best.

  4. #684
    Join Date
    Nov 2007
    Posts
    28
    Plugin Contributions
    0

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

    hi
    how i can get rid of the gap betwen menu levels?
    http://lifebaby.freehostia.com/gap.html


    HELP ME PLEASE
    Thanks you!

  5. #685
    Join Date
    Nov 2004
    Location
    West Mids, England
    Posts
    203
    Plugin Contributions
    1

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

    Can we see a link to your store or the contents of your css file?

    Craig

  6. #686
    Join Date
    Nov 2007
    Posts
    28
    Plugin Contributions
    0

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


    http://lifeconstruct.freehostia.com


    and this is the stylesheet_header
    body {
    behavior: url(includes/csshover.htc);
    }

    /*green*/
    div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover {color: #4f4f4f!important;background:#D5E88F;}



    div#dropMenu {
    width:100%;
    margin:0 auto;
    text-align:center;
    z-index:1000;
    position:relative;
    }

    div#dropMenu ul {
    margin:0;
    padding:0;
    }

    div#dropMenu li {
    position:relative;
    list-style:none;
    margin:0;
    float:left;
    line-height:1em;
    width:16.667%;
    }

    div#dropMenu ul.level1 {
    width:100%;
    margin:0 auto;
    text-align:center;
    background:#4f4f4f;
    z-index:1000;
    float:left;
    }

    div#dropMenu li:hover {}
    /*div#dropMenu li.submenu {background: url(../images/dropmenu.gif) 95% 50% no-repeat;} */
    div#dropMenu li.submenu:hover {}
    div#dropMenu li a {display: block; padding: .6em 0;text-decoration: none; text-transform:uppercase; color:#ffffff; text-align:center; border-right:1px solid #ffffff;}
    div#dropMenu li a.noLine {border:none;}
    div#dropMenu>ul a {width: auto;z-index:1000;}
    div#dropMenu ul ul {position: absolute; width: 8em;display: none;}
    div#dropMenu ul ul li {border-bottom: 1px solid #CCC; width:8em;z-index:1000;}
    /*div#dropMenu li.submenu li.submenu {background: url(../images/submenu.gif) 95% 50% no-repeat;} */
    div#dropMenu ul.level1 li.submenu:hover ul.level2,
    div#dropMenu ul.level2 li.submenu:hover ul.level3,
    div#dropMenu ul.level3 li.submenu:hover ul.level4,
    div#dropMenu ul.level4 li.submenu:hover ul.level5,
    div#dropMenu ul.level5 li.submenu:hover ul.level6,
    div#dropMenu ul.level6 li.submenu:hover ul.level7,
    div#dropMenu ul.level7 li.submenu:hover ul.level8 {display:block;z-index:1000;}
    div#dropMenu ul.level2 {background:#4f4f4f;z-index:1000;position:absolute;left:0;}
    div#dropMenu ul.level3,
    div#dropMenu ul.level4,
    div#dropMenu ul.level5,
    div#dropMenu ul.level6,
    div#dropMenu ul.level7,
    div#dropMenu ul.level8{top: 0; left: 12em; background:#4f4f4f}
    div#dropMenu ul.level2 a {padding: 0.5em 0 0.5em 0.25em;color: white; text-transform:none;} /* this is text color on drop-down submenu */
    div#dropMenu ul.level2 a:hover {color:#4f4f4f;}

    thank you!!!!

  7. #687
    Join Date
    Jan 2005
    Posts
    486
    Plugin Contributions
    1

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

    how would i go about adding the other menu as shown at http://makeupconnection.com where it says specals featured whats new show all, and home login help community? i have read through about 30 pages and gave up lol, sorry. i wasnt sure if these were mods availale for download, or if the code is posted somewhere here. any help would be great!
    current zen projects:
    http://www.nonniescollectables.com

  8. #688
    Join Date
    Nov 2004
    Location
    West Mids, England
    Posts
    203
    Plugin Contributions
    1

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

    Quote Originally Posted by crinolina View Post

    http://lifeconstruct.freehostia.com


    div#dropMenu ul ul {position: absolute; width: 8em;display: none;}
    div#dropMenu ul ul li {border-bottom: 1px solid #CCC; width:8em;z-index:1000;}
    div#dropMenu ul.level8{top: 0; left: 12em; background:#4f4f4f}
    You have two '8em' and one '12em' in the above lines.

    Make them all them same (8 or 12). I use 12em.

    Let us know how you get on.

    Craig

  9. #689
    Join Date
    Nov 2004
    Location
    West Mids, England
    Posts
    203
    Plugin Contributions
    1

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

    Quote Originally Posted by mundi View Post
    how would i go about adding the other menu as shown at http://makeupconnection.com where it says specals featured whats new show all, and home login help community? i have read through about 30 pages and gave up lol, sorry. i wasnt sure if these were mods availale for download, or if the code is posted somewhere here. any help would be great!
    I do believe that site uses this 'similar (Paul's Edition)' drop down menu for the products:
    http://www.zen-cart.com/index.php?ma...roducts_id=523

    I do not know about the links you describe above.

    I presume it is a bespoke design of the header.

    You could try contacting TooLateSmart.

    Craig

  10. #690
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

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

    Quote Originally Posted by mundi View Post
    how would i go about adding the other menu as shown at http://makeupconnection.com where it says specals featured whats new show all, and home login help community? i have read through about 30 pages and gave up lol, sorry. i wasnt sure if these were mods availale for download, or if the code is posted somewhere here. any help would be great!
    Yes, that site is using the "Paul's Edition", where the categories are shown in the drop down menu, with each category being a drop down. As far as the specials and such, that is not part of the mod, and something he added on his own.

 

 

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

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