Results 1 to 10 of 2344

Hybrid View

  1. #1
    Join Date
    May 2007
    Posts
    8
    Plugin Contributions
    0

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

    I'd like to create a dynamic Manufacturers drop-down, with the name "Designers" instead of "Manufacturers". Please let me know how I can do this within one of the "li" tags. It would be awesome if you can provide the code within the "li" tags for implementation.

    Thanks!

  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 kittytickles View Post
    I'd like to create a dynamic Manufacturers drop-down, with the name "Designers" instead of "Manufacturers". Please let me know how I can do this within one of the "li" tags. It would be awesome if you can provide the code within the "li" tags for implementation.

    Thanks!
    I haven't added manufacturer capabilities dynamically yet. So you'll have to do this manually. You can use the backbone of thi code below, and just put your own links and page names in:

    Code:
    <li class="submenu"><a href="index.php?main_page=index">Information</a>
            <ul class="level2">
              <li><a href="index.php?main_page=shippinginfo">Shipping Info</a></li>
              <li><a href="index.php?main_page=privacy">Privacy Policy</a></li>
              <li><a href="index.php?main_page=conditions">Conditions of Use</a></li>
              <li><a href="index.php?main_page=about_us">About Us</a></li>
    	  <li><a href="index.php?main_page=site_map">Site Map</a></li>
    	  <li><a href="index.php?main_page=gv_faq">Gift Certificate FAQ</a></li>
    	  <li><a href="index.php?main_page=discount_coupon">Discount Coupons</a></li>
    	  <li><a href="index.php?main_page=unsubscribe">Newsletter Unsubscribe</a></li>
            </ul>
          </li>

  3. #3
    Join Date
    Jul 2006
    Location
    Toronto, ON
    Posts
    87
    Plugin Contributions
    0

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

    I'm trying to let the menu and sub-menues overlap a little.

    Firefox seems to be adjusting wuite fine, but IE7 seems to be having problems with this.

    I've attached some photos and my drop menu stylesheet.

    Please feel free to take a look for yourself.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	FF.JPG 
Views:	288 
Size:	17.6 KB 
ID:	2036   Click image for larger version. 

Name:	IE.JPG 
Views:	297 
Size:	16.5 KB 
ID:	2037  
    Attached Files Attached Files

 

 

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