Page 68 of 76 FirstFirst ... 18586667686970 ... LastLast
Results 671 to 680 of 754
  1. #671
    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. #672
    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. #673
    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!

  4. #674
    Join Date
    Sep 2011
    Posts
    9
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Is it possible to have the final layer of a menu expanded into columns instead of having just one column in a scroll box?

    For instance instead of having one scrolling column of 15 categories it can be split into 3 columns of 5 and also only show the scroll box when a preset limit of rows is exceeded?

    Here is a site with what I have in mind http://www.rjettek.com/
    Last edited by Mermandamus; 2 Dec 2011 at 01:24 AM. Reason: Added link to site with similar effect.

  5. #675

    Default Re: Support for CSS Flyout Menu

    I just installed zencart V1.5 and using the andover_modern template. I downloaded and installed the CSS flyout following the instructions and renamed the 1 Custom folder in the templates folder to andover_modern. when going to the admin/tools/layout box controller i do not see the warning about the new CSS file i did go and selected the template again, then went back into layout box controller and hit reset and got a message at the top saying "Successfully Reset all box settings to the Default settings for Template: andover_modern" when i go to my home page the flyout does not appear and i have tried to change some settings in the layout box controller but the flyout will not show up. Is it possible the flyout is not compatible with version 1.5 or am i missing something?

    Thanks in advance

  6. #676

    Default Re: Support for CSS Flyout Menu

    Interesting, I just tried to install the "CSS Horizontal Dropdown Menu With jquery" and that does work"

  7. #677

    Default Re: Support for CSS Flyout Menu

    Well i just reinstalled a fresh copy of Zencart and the only thing i am trying is the Vertical flyout but it won't show, I did read a post that went like this "In TOOLS > LAYOUT BOXES CONTROLLER, is "sideboxes/pure_orange/categories_css.php" set to "ON"?
    I use the classic template but no i don't have any line in the layout box controller that says that. Am i missing something here ?

  8. #678

    Default Re: Support for CSS Flyout Menu

    They usually say no news is good news but in this case it isn't
    Nobody in Zen land heve any idea what i am missing or doing wrong here ? Has anybody used the flyout with V1.5 at all ?

  9. #679

    Default Re: Support for CSS Flyout Menu

    I'll give myself the good news, got it going after a modification

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

    Default Re: Support for CSS Flyout Menu

    What modification did you need to do? If a change is needed, other people will want to know this.

 

 
Page 68 of 76 FirstFirst ... 18586667686970 ... LastLast

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

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