Page 1 of 11 123 ... LastLast
Results 1 to 10 of 2344

Hybrid View

  1. #1
    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 Rabbcon View Post
    Thanks for this contribution.

    Does this contribution allow your vertical categories to flyout as well or should we download the other contribution (CSS Flyout Menu) if we want this design?

    Again, thank you.
    No, it doesn't not have vertical categories.... but technically you could use this mod, and it would only require a new stylesheet. I just didn't design it vertically. There were some issues in older versions of css flyout menu's so you may want to download both and use the main files from my mod, but use the stylesheet from the vertical (some changes may be needed in the css though). Clear as mud?

  2. #2
    Join Date
    Nov 2003
    Posts
    1,155
    Plugin Contributions
    0

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

    Can this menu be used on static HTML pages, as well?

    I'd like to show some items on static pages but also use this great menu.

    Is it possible?

    I'd like to pull the menu from the cart installation location by using some php include tags maybe?

    Thanks
    Last edited by DogTags; 19 Feb 2007 at 06:25 PM.

  3. #3
    Join Date
    Aug 2004
    Posts
    503
    Plugin Contributions
    0

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

    I have installed the css dropdown menu and it works great. Thanks!

    I would like to put my manufacturers in a dropdown as well. As I looked at how things were being done it appears as though in order to get the catergories menu items many queries and such had to be done via the ul category generator. Would the same type of thing need to be done in order to get the manufactures listed in a dropdown menu?

    The reason I ask is that I am not a programmer and I don't think I could it if that is what was required.

    Thanks in advance for your response.

    Rick

  4. #4
    Join Date
    Jan 2004
    Posts
    18
    Plugin Contributions
    1

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

    Do you know how we could be rid of the first menu

    * Home
    * Log In

    In the top-top of the page as it make double use with your menu?

    TIA

  5. #5
    Join Date
    Aug 2004
    Posts
    503
    Plugin Contributions
    0

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

    Remove the lines that refer to it in your tpl_header.php file and then just use the call method in the instructions to call the tpl_drop_menu.

    Make sure you create an override for the tpl_header.php file in your custom directory.

    Here is how I have placed it in my tpl_header.php file:
    Code:
    <div id="headerWrapper">
      <!--bof-navigation display-->
      <div id="navMainWrapper">
            <!--bof-drop down menu display-->
        <?php require($template->get_template_dir('tpl_drop_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_drop_menu.php');?>
      <!--eof-drop down menu display-->
      <!--eof-navigation display-->
    Rick

  6. #6
    Join Date
    Nov 2003
    Posts
    1,155
    Plugin Contributions
    0

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

    Is there a way to add a Down Arrow to top-level menu items that contain sub items? (but not to top items that do not contain sub items)

  7. #7
    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 DogTags View Post
    Is there a way to add a Down Arrow to top-level menu items that contain sub items? (but not to top items that do not contain sub items)
    See if this works:

    add this to your stylesheet_header_menu.css:

    div#dropMenu li.submenu {background: url(../images/dropmenu.gif) 95% 50% no-repeat;}

    The image is attached. It goes in your includes/templates/YOUR_TEMPLATE/images folder.
    Attached Images Attached Images  

  8. #8
    Join Date
    Nov 2003
    Posts
    1,155
    Plugin Contributions
    0

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

    Quote Originally Posted by jettrue View Post
    See if this works:

    add this to your stylesheet_header_menu.css:

    div#dropMenu li.submenu {background: url(../images/dropmenu.gif) 95% 50% no-repeat;}

    The image is attached. It goes in your includes/templates/YOUR_TEMPLATE/images folder.
    1. It was added to all top-level items (even those without sub items)

    2. It was also added to sub items that had further sub items

  9. #9
    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 disciple View Post
    I have installed the css dropdown menu and it works great. Thanks!

    I would like to put my manufacturers in a dropdown as well. As I looked at how things were being done it appears as though in order to get the catergories menu items many queries and such had to be done via the ul category generator. Would the same type of thing need to be done in order to get the manufactures listed in a dropdown menu?

    The reason I ask is that I am not a programmer and I don't think I could it if that is what was required.

    Thanks in advance for your response.

    Rick
    Do you think your manufacturers would change much? I'm sure what you're asking can be done, as the manufacturer's sidebox is already programmed to output as an ordered list, so perhaps duplicating and renaming that module, and inserting it into the dropdown header could be done, but that would take a good bit of work, I think. If your manufacturers is relatively stable, the easiest way would be to hardcode it into the menu.

  10. #10
    Join Date
    Sep 2007
    Posts
    21
    Plugin Contributions
    0

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

    Hello all, great mod, I was wondering if I could get some help.

    I have this mod currently installed on my site, and it seems to conflict with Hoverbox2. When I click on one of my products, the resulting window is obstructed slightly by the CSS menu - what I want is for the resulting image window to be in front of everything. You can have a look at: the chop haus DOT com

    Also, there seems to be an extra little box with nothing in it at the right hand side of my CSS horizontal menu - any idea how to get rid of that?

    Regards,
    Matt

 

 
Page 1 of 11 123 ... LastLast

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