Results 1 to 10 of 86

Hybrid View

  1. #1
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Category Tab Simple Dropdown Menu

    Add to your stylesheet
    Code:
    #navEZPagesTop a {margin: 0 0.7em;}

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Category Tab Simple Dropdown Menu

    For finer control, find the #navEZPagesTop section of your stylesheet, and add below it
    Code:
    #navEZPagesTop {
        border-top: 1px solid #a46daf;
        border-bottom: 1px solid #a46daf;
            background-color: #ffffff;
            height:40px;
            line-height:40px;
            text-align:center;
            font-size:12px;
            font-weight:bold;
        }
    
    #navEZPagesTopWrapper {
    color: #017c9f;
            height:40px;
            line-height:40px;
        }
    
    #navEZPagesTop ul  {
        margin: 0;
        padding:  0em 0em;
        list-style-type: none;
        text-align: center;
        }
    
    #navEZPagesTop>a {margin: 0 1.1em 0 0;}
    
    #navEZPagesTopDropdown>ul {margin: 0 0 0 3.0em;}

  3. #3
    Join Date
    Oct 2004
    Posts
    1,045
    Plugin Contributions
    0

    Default Re: Category Tab Simple Dropdown Menu

    Thank you, that did work, but if I add another category it gets all messed up again. Is there any way to make it so it will be aligned regardless of how many categories there are?
    Danielle

  4. #4
    Join Date
    Dec 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Category Tab Simple Dropdown Menu

    I was having problems with IE7 also, but found adding this to the css in tpl_modules_categories_tabs seemed to do the trick

    Code:
    #navCatTabsDropdown a 
    {
    	display:block;
    
    }
    I also had an issue with the menu appearing behind page elements, again only in IE7. I added "z-index:200" and "position:relative" to #navCatTabsDropdown ul, and "z-index:300" and "position:relative" to the parent element, (in my case #mainWrapper). Seems to have worked, looks good in all the browsers I have tested now. Hope that helps anyone else having IE7 problems.

  5. #5
    Join Date
    Feb 2010
    Posts
    46
    Plugin Contributions
    0

    Default Re: Category Tab Simple Dropdown Menu

    I recently installed this.

    I'm just wondering if there might be any ideas for adjusting the drop down itself.

    I've commented out categories so I am just displaying subcategories in drop-down style.

    But when I hover over the two categories with subcategories, they are staggered (not directly below one another) and the width of my site is increased to the right of the screen to accommodate the staggered listings.

    Any ideas on how I can fix that?

    Thank you!

  6. #6
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Category Tab Simple Dropdown Menu

    Quote Originally Posted by IBIFA View Post
    I recently installed this.

    I'm just wondering if there might be any ideas for adjusting the drop down itself.

    I've commented out categories so I am just displaying subcategories in drop-down style.

    But when I hover over the two categories with subcategories, they are staggered (not directly below one another) and the width of my site is increased to the right of the screen to accommodate the staggered listings.

    Any ideas on how I can fix that?

    Thank you!
    Okay- give me an address and I'll take a look
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  7. #7
    Join Date
    Feb 2010
    Posts
    46
    Plugin Contributions
    0

    Default Re: Category Tab Simple Dropdown Menu

    garden of francis - dot com

    I was able to do some playing with the background color and adjusted the nowrap, but I'm at a loss what else to play with :)

    Any insight would be great! (even it it's "well it just won't work for your site", if that's what the truth is) ;)

 

 

Similar Threads

  1. Category Tab Simple Dropdown Menu 1.3.9 Support Thread
    By dbltoe in forum All Other Contributions/Addons
    Replies: 46
    Last Post: 30 Mar 2024, 06:12 PM
  2. v139f Category Tab Simple Dropdwn issue
    By kjharrison in forum Basic Configuration
    Replies: 1
    Last Post: 2 Dec 2012, 10:58 PM
  3. Problem with Sort Order and Category Tab Simple Dropdown Menu Mod
    By dbltoe in forum All Other Contributions/Addons
    Replies: 17
    Last Post: 15 Jun 2011, 07:08 PM
  4. Replies: 1
    Last Post: 12 Mar 2011, 07:18 AM
  5. Category Tab Simple Dropdown menu
    By marshanite in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 16 Mar 2010, 04:56 PM

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