Page 6 of 9 FirstFirst ... 45678 ... LastLast
Results 51 to 60 of 86
  1. #51
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Category Tab Simple Dropdown Menu

    Quote Originally Posted by techiegirl View Post
    I'm having what I think is a z-index issue with the drop down not hovering over a slide show and image on my home page. I have played around with the z-index on the images as well as the menu, but can't seem to resolve the issue.

    The problem is only occurring in IE8, which I have researched and it seems to be a common problem with the z-index.

    Very, very, frustrating. Anyone run into this issue at all??



    My website address is: http://www.tregreekboutique.com/zencart

    Thanks!
    Try setting a negative z-index for your slideshow.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

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

    Default Re: Category Tab Simple Dropdown Menu

    I have the categories and EZPages combined into one row on a site I'm working on, and it looked perfect. Now I've implemented this dropdown menu, and the spacing is not quite right. You can see here:

    http://www.geetuj.com/index.php

    There is a big space between the "Bags" category and the "Press" EZPage. Does anyone know how I can remove that? I've been playing with the CSS for over an hour and I just can't get it! I just want all the links spaced evenly and centered in the row.

    Thanks!
    Danielle

  3. #53
    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;}

  4. #54
    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;}

  5. #55
    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

  6. #56
    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.

  7. #57
    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!

  8. #58
    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

  9. #59
    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) ;)

  10. #60
    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
    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) ;)
    I have a little time freeing up later today- I will have a look at it then.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

 

 
Page 6 of 9 FirstFirst ... 45678 ... LastLast

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

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