Results 1 to 10 of 754

Hybrid View

  1. #1
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by issy View Post
    I've checked z-index on navColumnOne (z-index: 10) and centerColumn (z-index: 0)
    Where are you checking z-index?
    You have to look in stylesheet_categories_menu.css
    div#nav-cat li {
    background-image: url(../images/b1.gif);
    background-repeat: no-repeat;
    position: relative;
    list-style: none;
    margin: 0;
    z-index: 20;
    height: 20px;
    width: 150px;
    /* change it to whatever space you want to put space between buttons*/}
    /* <---this line may help or hinder IE menu shifting issues */
    div#nav-cat li li {
    margin: 0;
    /* this overrides the margin-top in the declaration above */
    }
    Once this is fixed I'll invoice you with the details of my bank account.

  2. #2
    Join Date
    Jan 2006
    Posts
    61
    Plugin Contributions
    0

    Idea or Suggestion Re: Support for CSS Flyout Menu

    Quote Originally Posted by ckosloff View Post
    Where are you checking z-index?
    You have to look in stylesheet_categories_menu.css
    div#nav-cat li {
    background-image: url(../images/b1.gif);
    background-repeat: no-repeat;
    position: relative;
    list-style: none;
    margin: 0;
    z-index: 20;
    height: 20px;
    width: 150px;
    /* change it to whatever space you want to put space between buttons*/}
    /* <---this line may help or hinder IE menu shifting issues */
    div#nav-cat li li {
    margin: 0;
    /* this overrides the margin-top in the declaration above */
    }
    Once this is fixed I'll invoice you with the details of my bank account.
    Yes, I'm looking on both style sheets ( stylesheet.css & stylesheet_categories_menu.css ) I just wanted to make sure the that nothing else was conflicting with the menu that's why I pointed out the the navColumnOne and centerColumn.

    I have taken the code above without success.
    Here's my stylesheet_categories_menu.css

    body { behavior: url(includes/csshover.htc);} /* WinIE behavior call */
    div#nav-cat {
    width: 230px;
    background-color: #fff;
    font-weight:normal;
    margin-top: 2px;
    margin-right: 0px;
    margin-bottom: 2px;
    margin-left: 0px;
    padding: 0px;
    border: 0px dotted #FF0000;
    }
    div#nav-cat ul {
    margin: 0px;
    padding: 0;
    width: 230px;
    z-index: 500;
    /* border: 1px solid #AAA;*/}

    div#nav-cat ul.level2 {background-color: #e8effe;}
    div#nav-cat ul.level3 {background-color: #e8effe;}
    div#nav-cat ul.level4 {background-color: #e8effe;}
    div#nav-cat ul.level5 {background-color: #e8effe;}
    div#nav-cat ul.level6 {background-color: #e8effe;}

    div#nav-cat li {
    z-index: 500;
    position: relative;
    list-style: none;
    margin: 0;
    margin-top: 2px; /* <---this line may help or hinder IE menu shifting issues */
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    height: 20px;
    }
    div#nav-cat li li {
    margin: 0px; /* this overrides the margin-top in the declaration above */
    }
    div#nav-cat li:hover {
    background-color: #e8effe;
    }
    div#nav-cat li.submenu {}
    div#nav-cat li.submenu:hover {background-color: #e8effe;}
    div#nav-cat li a {display: block; padding: 0.25em 0 0.25em 0em;
    text-decoration: none; width: 230px; color: #000;}


    /*border-left: 0.5em solid #BBB;}
    div#nav li a:hover {border-left-color: red;}*/
    div#nav-cat>ul a {width: auto;color:#000000}
    div#nav-cat ul ul {position: absolute; top: 0; left: 230px; display: none; z-index: 500;}
    div#nav-cat ul.level1 li.submenu:hover ul.level2,
    div#nav-cat ul.level2 li.submenu:hover ul.level3,
    div#nav-cat ul.level3 li.submenu:hover ul.level4,
    div#nav-cat ul.level4 li.submenu:hover ul.level5,
    div#nav-cat ul.level5 li.submenu:hover ul.level6 {
    position: absolute;
    display:block;
    background-color: #e8effe;
    margin: 0px;
    z-index: 500;
    border: 0px dotted #FF0000;
    padding-top: 0.25em;
    padding-right: 0;
    padding-bottom: 0.25em;
    padding-left: 0em;
    }

    div#nav-cat ul.level2 {
    padding: 0;
    width: 150px;
    border: none;
    }

    I can't even focus on my screen anymore, need to rest... :)

    Thanks

  3. #3
    Join Date
    Jan 2006
    Posts
    61
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by issy View Post
    Yes, I'm looking on both style sheets ( stylesheet.css & stylesheet_categories_menu.css ) I just wanted to make sure the that nothing else was conflicting with the menu that's why I pointed out the the navColumnOne and centerColumn.

    I have taken the code above without success.

    I can't even focus on my screen anymore, need to rest... :)

    Thanks
    I've resolved this issue, the problem was that I had overflow: hidden; in the 2 following divs, I just removed that and it all work as it should:)

    #navColumnOne {
    overflow: hidden;
    }

    .columnLeft {
    margin-right: 15px;
    margin-left: 2em;
    border: 0px dotted #FF0000;
    overflow: hidden;
    }

    Thank you

  4. #4
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by issy View Post
    I've resolved this issue, the problem was that I had overflow: hidden; in the 2 following divs...
    Thanks for posting the error and the fix.

 

 

Similar Threads

  1. v151 How to uninstall CSS Horizontal Drop Down Menu (CSS Flyout Header 1.5)
    By cmike in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 15 Feb 2014, 07:39 AM
  2. Flyout Menu CSS For My Template.
    By NathanLee0921 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 May 2010, 01:24 AM
  3. Extra text or image inbetween categories for css flyout menu?
    By arniesbarmyarmy in forum Addon Sideboxes
    Replies: 0
    Last Post: 23 Nov 2009, 10:30 AM
  4. css flyout menu (for side nav)
    By gsdcypher in forum General Questions
    Replies: 0
    Last Post: 3 Dec 2007, 12:10 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