Page 14 of 24 FirstFirst ... 41213141516 ... LastLast
Results 131 to 140 of 240
  1. #131
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Css Flyout Categories Menu troubles

    Quote Originally Posted by Get Em Fast View Post
    Uh....so far, I haven't noticed this, but in some cases you might be right. I've attached a screen shot of the original mod where I developed it. If you have any problems, just let me know. I'm sure it's just a margin or padding issue.
    Thanks, I'll play around with it a bit.

  2. #132
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Css Flyout Categories Menu troubles

    Quote Originally Posted by clydejones View Post
    Thanks, I'll play around with it a bit.
    Sorry. Had to leave for a bit.
    This was just as easy as I thought it would be. Just find these two sections (first part of code):


    div#nav-cat {width: 150px; margin: -1px 0 0 -1px;
    background-color: transparent; font-weight:bold;
    text-align: center;
    line-height: 23px;
    }

    and.....


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


    And add:

    padding-bottom: 1em;

    to each on of them, with the results being:

    div#nav-cat {width: 150px; margin: -1px 0 0 -1px;
    background-color: transparent; font-weight:bold;
    text-align: center;
    line-height: 23px;
    padding-bottom: 1em;
    }


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


    Hope this helps.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  3. #133
    Join Date
    May 2007
    Posts
    18
    Plugin Contributions
    0

    Default Re: Css Flyout Categories Menu troubles

    Hello, I would turn it on there but it is not showing up there as it would if the database could find the files. Do I keep all of files together and I any tips would be greatly appreciated. Every little bit helps. Thank you I have been working on this for three days and I am not going anywhere with it.

    I thank all of you for your help and patience. I am still learning as this is a new process for me. Have a great day!

  4. #134
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Css Flyout Categories Menu troubles

    Quote Originally Posted by Get Em Fast View Post
    Sorry. Had to leave for a bit.
    This was just as easy as I thought it would be. Just find these two sections (first part of code):


    div#nav-cat {width: 150px; margin: -1px 0 0 -1px;
    background-color: transparent; font-weight:bold;
    text-align: center;
    line-height: 23px;
    }

    and.....


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


    And add:

    padding-bottom: 1em;

    to each on of them, with the results being:

    div#nav-cat {width: 150px; margin: -1px 0 0 -1px;
    background-color: transparent; font-weight:bold;
    text-align: center;
    line-height: 23px;
    padding-bottom: 1em;
    }


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


    Hope this helps.
    Thanks, I also noticed that the contribution I was working with used a "float:left"
    declaration which I removed and everything works fine.

  5. #135
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Css Flyout Categories Menu troubles

    Hmmm.........You sure it was my version? I have no float at all in mine.
    Here is the FULL code, just in case you would like to compare:

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

    div#nav-cat {width: 150px; margin: -1px 0 0 -1px;
    background-color: transparent; font-weight:bold;
    text-align: center;
    line-height: 23px;
    padding-bottom: 1em;
    }
    div#nav-cat ul {margin: 0; padding: 0; padding-top: 0; width: 150px; background-color: transparent;
    border: 2px solid tan;
    background-repeat: no-repeat;
    padding-bottom: 1em;
    }

    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: -2px;
    margin-top: 6px;
    z-index: 20;
    height: 23px;
    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: 10px;
    /* 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: 150px;}
    /*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: 150px;
    }
    div#nav-cat ul ul {position: absolute; top: 0; left: 152px;
    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;
    }
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  6. #136
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Css Flyout Categories Menu troubles

    jben, check your pm's when you log back in, o.k.?
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  7. #137
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Css Flyout Categories Menu troubles

    Quote Originally Posted by Get Em Fast View Post
    Hmmm.........You sure it was my version? I have no float at all in mine.
    Here is the FULL code, just in case you would like to compare:
    Not your verison, it was the version before yours.

  8. #138
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Css Flyout Categories Menu troubles

    Quote Originally Posted by clydejones View Post
    Not your verison, it was the version before yours.
    Ahhh..... I knew there wasn't a "float" in it, after I got done with the modifications.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  9. #139
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Css Flyout Categories Menu troubles

    Quote Originally Posted by Get Em Fast View Post
    Ahhh..... I knew there wasn't a "float" in it, after I got done with the modifications.
    Well it working fine and I shouldn't have any problems in the future.

  10. #140
    Join Date
    Feb 2007
    Location
    Los Angeles
    Posts
    359
    Plugin Contributions
    0

    Default Re: Css Flyout Categories Menu troubles

    [FONT=Times New Roman]Hi Get Him Fast and Clyde[/FONT]
    [FONT=Times New Roman][/FONT]
    [FONT=Times New Roman]Thank you both, for the info Get Him and Clyde for the help [/FONT]
    [FONT=Times New Roman][/FONT]
    [FONT=Times New Roman]Last think I need on this mod ( or my mod ) is how can I make large space or even an Empty box between my category list to the Special., New Product Etc...[/FONT]
    [FONT=Times New Roman]Or maybe I shouldn’t say last think, there is always something new coming up [/FONT]

 

 
Page 14 of 24 FirstFirst ... 41213141516 ... 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