Results 1 to 10 of 2344

Hybrid View

  1. #1
    Join Date
    Mar 2008
    Posts
    29
    Plugin Contributions
    0

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

    Sorry, I didn't communicate adequately.

    I have the links I need for the subcategories. However, I am wanting to place them on the next sublevel of the menu. Am I supposed to change this line of code (<ul class="level2">) to something else?

  2. #2
    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 Ingham QLD View Post
    Sorry, I didn't communicate adequately.

    I have the links I need for the subcategories. However, I am wanting to place them on the next sublevel of the menu. Am I supposed to change this line of code (<ul class="level2">) to something else?
    My advice is, not to get the LINKS you need for subcategories, but to get the LAYOUT of how subcategories work, and what code you need for them. My site has quite a few subcategories, and even subcategories within subcategories, so that you can see the format required. For example:

    Code:
    <li class="submenu"><a href="index.php?main_page=site_map">Categories</a>
      <ul class="level2">
        <li> <a href="index.php?main_page=index&amp;cPath=1">FREE Zen Cart Templates</a></li>
        <li class="submenu"> <a href="index.php?main_page=index&amp;cPath=2">Testing 2</a>
          <ul class="level3">
            <li class="submenu"> <a href="index.php?main_page=index&amp;cPath=2_3">Testing Subcategory</a>
              <ul class="level4">
                <li> <a href="index.php?main_page=index&amp;cPath=2_3_14">Sub Sub</a></li>
              </ul>
            </li>
          </ul>
        </li>
        <li> <a href="index.php?main_page=index&amp;cPath=16">Testing Category 3</a></li>
        <li class="submenu"> <a href="index.php?main_page=index&amp;cPath=17">Testing Category 4</a>
          <ul class="level3">
            <li class="submenu"> <a href="index.php?main_page=index&amp;cPath=17_18">Level 2</a>
              <ul class="level4">
                <li class="submenu"> <a href="index.php?main_page=index&amp;cPath=17_18_20">Level 3</a>
                  <ul class="level5">
                    <li class="submenu"> <a href="index.php?main_page=index&amp;cPath=17_18_20_21">Level 4</a>
                      <ul class="level5">
                        <li class="submenu"> <a href="index.php?main_page=index&amp;cPath=17_18_20_21_22">Level 5</a>
                          <ul class="level6">
                            <li class="submenu"> <a href="index.php?main_page=index&amp;cPath=17_18_20_21_22_23">Level 6</a>
                              <ul class="level7">
                                <li> <a href="index.php?main_page=index&amp;cPath=17_18_20_21_22_23_24">Level 7</a></li>
                              </ul>
                            </li>
                          </ul>
                        </li>
                      </ul>
                    </li>
                  </ul>
                </li>
              </ul>
            </li>
          </ul>
        </li>
      </ul>
    </li>

  3. #3
    Join Date
    Mar 2008
    Posts
    29
    Plugin Contributions
    0

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

    The layout was exactly what I wanted. Yippee!!

    Everything is now working beautifully

    Thank you, Jade

  4. #4
    Join Date
    Apr 2008
    Posts
    283
    Plugin Contributions
    0

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

    I just installed the CSS Flyout header 1.5 and followed the read me and kept the folder structure, unzipped it, and added it to my current template. It is up there so i know it worked. However when i click the link on the menu bar none of my content comes up. I have a site that has products, pictures, and text however you cant see anything except for the menu bar, and a few other links. Please help if you can thanks...To see this in action go here

    http://www.wpc-consulting.com/~stxmill/

  5. #5
    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 welchyboy View Post
    I just installed the CSS Flyout header 1.5 and followed the read me and kept the folder structure, unzipped it, and added it to my current template. It is up there so i know it worked. However when i click the link on the menu bar none of my content comes up. I have a site that has products, pictures, and text however you cant see anything except for the menu bar, and a few other links. Please help if you can thanks...To see this in action go here

    http://www.wpc-consulting.com/~stxmill/
    It works in Firefox. Did you read the readme.txt, and follow the instructions to get the menu to work in browsers prior to IE7?

  6. #6
    Join Date
    Apr 2008
    Posts
    283
    Plugin Contributions
    0

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

    OK I have it working correctly now and changed the menu to where there are no submenus. I don't want the sub menus however I am not able to make this menu have a hover over affect. I can change the color the font lots of other stuff in the stylesheet_header_menu.css however the hover over effect seemed to be only on the submenus not on the standalone menu. Can anyone please help me with this simple question.

    http://wpc-consulting.com/~stxmill/

    Thanks for the quick reply!!

  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 welchyboy View Post
    OK I have it working correctly now and changed the menu to where there are no submenus. I don't want the sub menus however I am not able to make this menu have a hover over affect. I can change the color the font lots of other stuff in the stylesheet_header_menu.css however the hover over effect seemed to be only on the submenus not on the standalone menu. Can anyone please help me with this simple question.

    http://wpc-consulting.com/~stxmill/

    Thanks for the quick reply!!
    Put a background color here:

    div#dropMenu li:hover {}

 

 

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