Results 1 to 10 of 754

Hybrid View

  1. #1
    Join Date
    Apr 2011
    Posts
    9
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Thats fine then could you help me with one last thing? The categories display weird on IE maybe somethings wrong in my code? Could you give it a look?

    Code:
    /*Version 1.3.9b*/
    /*Cornflowerblue Menu CSS*/
    #categoriescss.leftBoxContainer { 
       background: #fff;
       border: 1px solid #E6E6E6; 
       width: 150px; 
       padding-bottom: 0px;
       -moz-border-radius: 4px;
       border-radius: 4px;
    }
    
    #categoriescssHeading.leftBoxHeading {
    
       margin-bottom: 0px;
    }
    
    #nav-cat {
       width: 150px; 
       margin: 0 0 0px;
       background-color: #fff; 
       font-size: 12px;
    }
    
    #nav-cat ul {
       margin: 0; 
       padding: 0; 
       width: 150px; 
       background-color: #fff;
    }
    
    #nav-cat ul.level2 {background-color: #67cadf;}
    #nav-cat ul.level3 {background-color: #67cadf;}
    #nav-cat ul.level4 {background-color: #67cadf;}
    #nav-cat ul.level5 {background-color: #67cadf;}
    #nav-cat ul.level6 {background-color: #67cadf;}
    
    #nav-cat li {
       position: relative; 
       list-style: none; 
       margin: 0;
       margin-top: 0px; /* change this to put space between buttons*/
       border-bottom: 1px solid #d########3;
    }
    
    #nav-cat li li {
       margin: 0; /* overrides the margin-top above */
    }
     
    #nav-cat li:hover {
       z-index: 1000;
       background-color: #67cadf;
    }
    
    #nav-cat li a:hover {
       color: #000000;
    }
    
    
    
    
    #nav-cat li.submenu {
       background: url(../images/arrows/arrow11.png) 99% 50% no-repeat;
    }
    
    #nav-cat li.submenu:hover {
       background: url(../images/arrows/arrow5.png) 99% 50% no-repeat;
    }
    
    #nav-cat li.submenu ul a {
       color: #000000;
    }
    
    #nav-cat li.submenu ul a:hover {
       color: #fff;
    }
    
    #nav-cat li a {
       display: block; 
       padding: 0.25em 0 0.25em 0.5em;
       text-decoration: none; 
       width: 100%; color: #000;
    }
    
    #nav-cat>ul a {
       width: auto;
    }
    
    #nav-cat ul ul {
       position: absolute; 
       top: 0; 
       left: 150px;
       display: none;
    }
    
    #nav-cat ul.level1 li.submenu:hover ul.level2,
    #nav-cat ul.level2 li.submenu:hover ul.level3,
    #nav-cat ul.level3 li.submenu:hover ul.level4,
    #nav-cat ul.level4 li.submenu:hover ul.level5,
    #nav-cat ul.level5 li.submenu:hover ul.level6 {
       display:block; 
       border-left: 2px solid #d########3;

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

    Default Re: Support for CSS Flyout Menu

    I don't know if it is causing problems, but there is an error here:
    Code:
    #nav-cat li {
       position: relative; 
       list-style: none; 
       margin: 0;
       margin-top: 0px; /* change this to put space between buttons*/
       border-bottom: 1px solid #d########3;
    }
    This needs to be # with six digits/letters, like #ddaa33

  3. #3
    Join Date
    Apr 2011
    Posts
    9
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    That did the trick thank you very much for your help!

 

 

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