Page 20 of 24 FirstFirst ... 101819202122 ... LastLast
Results 191 to 200 of 240
  1. #191

    Default Re: Css Flyout Categories Menu troubles

    I just installed this and it just lists all the links and subcategories like a site map, any suggestions?
    MonkFunk Music Community
    Free Music Website

  2. #192
    Join Date
    Jul 2005
    Posts
    537
    Plugin Contributions
    0

    Default Re: Css Flyout Categories Menu troubles

    Quote Originally Posted by keylesslocks View Post
    I just installed this and it just lists all the links and subcategories like a site map, any suggestions?
    Sounds like you've forgotten to upload the included stylesheet file.

  3. #193

    Default Re: Css Flyout Categories Menu troubles

    would it go into css folder for classic or template_default?

    the reason why i put them in template_defualt is because this folder has the other subfolders such as common, sideboxes - but classic doesn't have those folders...

    let me know... thanks!
    MonkFunk Music Community
    Free Music Website

  4. #194
    Join Date
    Mar 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Css Flyout Categories Menu troubles

    Quote Originally Posted by cmwoods View Post
    get rid of the height and width declaration in nav-cat li, directly above where you have added the border-bottom.

    I've got your CSS working on my test rig in all three browsers !!!

    See if that helps.

    P.S. Thank you for your kind comments regarding my handiwork and if your after any motoring essentials, don't forget about us !!

    I did as you suggested - and I also had the above-referenced height and width settings, I removed them and it broke for IE7 (the pull out feature doesn't work) and still didn't fix IE6 (pull out feature still doesn't work) and put a bit of a space between the top button and second button, though Firefox still works fine. Oh and another thing, the "roll over" effect is now broken. I have two images, one for roll out and one for roll over -

    Here's my CSS

    body {
    behavior: url(./csshover.htc);
    /* WinIE behavior call */}

    div#nav-cat {
    width: 150px;
    margin: 0px 0 0 0px;
    background-color: transparent;
    font-weight:bold;
    font-family: veranda, arial, sans-serif;
    }

    div#nav-cat ul {
    margin: 0;
    padding: 0;
    padding-top: 0;
    width: 150px;
    background-color: transparent;
    border: 0px solid #E0E8EF;
    background-repeat: no-repeat;
    }

    div#nav-cat ul.level2 {margin: 10; padding: 2; width: 150px;
    background-color: transparent;
    border: none;
    }
    div#nav-cat ul.level2 {background-color: transparent;
    }
    div#nav-cat ul.level3 {background-color: transparent;
    }
    div#nav-cat ul.level4 {background-color: transparent;
    }
    div#nav-cat ul.level5 {background-color: transparent;
    }
    div#nav-cat ul.level6 {background-color: transparent;
    }

    div#nav-cat li {
    background-image: url(../images/b1.gif);
    position: relative;
    list-style: none;
    margin: 0px;
    margin-top: 0px;
    height: 23px;
    width: 150px;
    z-index: 20;
    border-bottom: 1px solid ##E0E8EF;
    /* 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: 0px; */
    /* this overrides the margin-top in the declaration above */
    }

    div#nav-cat li:hover {
    background-image: url(../images/b1_over.gif);
    }

    div#nav-cat li.submenu {
    background-color: transparent;
    }

    div#nav-cat li.submenu:hover {
    background-color: transparent;
    }

    div#nav-cat ul {
    background-color: transparent;
    }

    div#nav-cat li a {
    display: block;
    padding: 0.25em 0 0.25em 0.5em;
    text-decoration: none;
    width: 140px;
    color: #ffffff;
    }

    /*border-left: 0.5em solid #BBB;
    }


    div#nav li a:hover {
    border-left-color: red;}*/
    }


    div#nav li a:hover {
    border: none;
    }

    div#nav-cat ul a {
    width: auto;
    }

    div#nav-cat ul ul {
    position: absolute;
    top: 0;
    left: 150px;
    display: none;
    }

    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 {
    display:block;
    }
    Please advise, thanks so much!!!

  5. #195
    Join Date
    Apr 2005
    Posts
    392
    Plugin Contributions
    0

    Default Re: Css Flyout Categories Menu troubles

    Hi, I am encountering the following CSS validation error in stylesheet_header_menu.css:

    Code:
     body  	 Property behavior doesn't exist :  url(csshover.htc)
    Also in the stylesheet_hoverbox3.css file, the following errors were caught:
    Code:
    324  	* html #hoverbox  	 Value Error : margin-top  Lexical error at line 324, column 88. Encountered: "?" (63), after : ""  ? document.documentElement.scrollTop : 0) + 'px');
    325 	margin-left 	Value Error : margin-top Parse Error margin-left: expression( -1 * this.offsetWidth / 2 + (document.documentElement ? document.documentElement.scrollLeft : 0) + 'px');
    328 	margin-left 	Value Error : margin-top Parse error - Unrecognized }
    331 	* html #overlay 	Value Error : height Lexical error at line 331, column 96. Encountered: "?" (63), after : "" ? document.body.scrollHeight : document.documentElement.scrollHeight) > document.body.offsetHeight ? (document.body.scrollHeight > document.documentElement.scrollHeight ? document.body.scrollHeight : document.documentElement.scrollHeight) : document.body.offsetHeight + 'px');
    332 	width 	Value Error : height Parse Error width: expression((document.body.scrollWidth > document.documentElement.scrollWidth ? document.body.scrollWidth : document.documentElement.scrollWidth) > document.body.offsetWidth ? (document.body.scrollWidth > document.documentElement.scrollWidth ? document.body.scrollWidth : document.documentElement.scrollWidth) : document.body.offsetWidth + 'px');
    333 	width 	Value Error : height Parse error - Unrecognized }
    Any advise wld be greatly appreciated.

  6. #196
    Join Date
    Apr 2008
    Posts
    42
    Plugin Contributions
    0

    Default Re: Css Flyout Categories Menu troubles

    How do i put a border around the links? http://www.flowsolutions1.com

  7. #197
    Join Date
    Dec 2006
    Posts
    16
    Plugin Contributions
    0

    Idea or Suggestion skip empty categories

    don't know if someone has wrote about this before. I have installed this contrib for testing purposes and didn't found how to skip empty categories (in the sidebox I use in production server, yahoo treemenu with ajax, it was in a configuration parameter). As I found it very usefull in my store (computer parts) I implemented it and want to share it for those who may need it.

    -create a file named categories_css.php and place it in includes/extra_configures

    PHP Code:
    <?php
      define
    ('CSSFLYOUT_SKIP_EMPTY'true);
    ?>
    -edit includes/classes/categories_ul_generator.php and around line 58, search
    PHP Code:
    $this->data[$categories->fields['parent_id']][$categories->fields['categories_id']] = array('name' => $categories->fields['categories_name'], 'count' => 0); 
    replace with
    PHP Code:
    $this->data[$categories->fields['parent_id']][$categories->fields['categories_id']] = array('name' => $categories->fields['categories_name'], 'count' => CSSFLYOUT_SKIP_EMPTY?zen_count_products_in_category($categories->fields['categories_id']):0); 
    and around 72, search
    PHP Code:
    foreach ($this->data[$parent_id] as $category_id => $category) { 
    and replace with
    PHP Code:
    foreach ($this->data[$parent_id] as $category_id => $category) {
        if( (!
    CSSFLYOUT_SKIP_EMPTY) || (CSSFLYOUT_SKIP_EMPTY && $category['count']>0) ){ 
    finally, around line 101, search
    PHP Code:
    $result .= $this->child_end_string
    and replace with
    PHP Code:
    $result .= $this->child_end_string;
    //closing if CSSFLYOUT_SKIP_EMPTY 
    hope that helps.

  8. #198
    Join Date
    Mar 2006
    Location
    Tennessee
    Posts
    310
    Plugin Contributions
    0

    Default Re: Css Flyout Categories Menu troubles

    I'm trying to use this on a site that includes 'Document Categories', but it doesn't appear to work on them.

    My regular Categories are positioned on the left and the the Documents are positioned on the right.

    Have I missed something or does it just not work for documents?


    Edited to add: Something I just noticed...it's combining my document categories with my regular categories on the left side too.
    Last edited by Boggled; 25 Apr 2008 at 02:41 PM.
    I'll finish that project tomorrow, I've made enough mistakes today!

  9. #199
    Join Date
    Apr 2008
    Location
    London
    Posts
    25
    Plugin Contributions
    0

    Default Re: Css Flyout Categories Menu troubles

    I am spent all day today trying to enforce it work with hideCategories contribution but absolutely without success. My PHP knowledge too basic for that. May be somebody can help? Thank you.

  10. #200
    Join Date
    Apr 2007
    Posts
    20
    Plugin Contributions
    0

    Default Re: Css Flyout Categories Menu troubles

    Hi,

    I've a little problem with css flyout menu.. see: www.crazyanimals.it

    When i pass through my menu with IE sometimes i loose the focus closing the menu..
    Sometimes choose a second level category it's very difficult..
    Someone can help me ??

    Thanks !!

    Best Regards

    Ferruccio

 

 
Page 20 of 24 FirstFirst ... 101819202122 ... LastLast

Similar Threads

  1. CSS flyout menu- categories box
    By partyparcels in forum Addon Sideboxes
    Replies: 3
    Last Post: 13 Apr 2008, 12:06 AM
  2. CSS Flyout Menu - separate to two main categories
    By TomCZ in forum General Questions
    Replies: 0
    Last Post: 17 Mar 2007, 08:07 PM
  3. CSS Categories Flyout Menu - ie/firefox display problem
    By Still Crazy in forum Addon Sideboxes
    Replies: 4
    Last Post: 18 Dec 2006, 03:30 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