Page 209 of 235 FirstFirst ... 109159199207208209210211219 ... LastLast
Results 2,081 to 2,090 of 2345
  1. #2081
    Join Date
    Oct 2007
    Posts
    241
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for the header- With Categories!

    Quote Originally Posted by Donn View Post
    How about these CSS properties:
    overflow:scroll;
    overflow: Auto;

    Would either work? Where in the CSS file should this go, if this IS correct?
    I see the Div must have a height, in order for overflow to work.

    div#dropMenu ul.level3 {max-height: 600 px; overflow: auto;}
    div#dropMenu ul.level4 {max-height: 600 px; overflow: auto;}


    I thought that this would work, but it does not.

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

    Default Re: CSS Dropdown menu for the header- With Categories!

    Quote Originally Posted by Donn View Post
    I see the Div must have a height, in order for overflow to work.

    div#dropMenu ul.level3 {max-height: 600 px; overflow: auto;}
    div#dropMenu ul.level4 {max-height: 600 px; overflow: auto;}


    I thought that this would work, but it does not.
    Well, not only do you need the "max-height" that you have, but you also need "height". You also don't want the scroll to work both horizontally AND vertically, so you would want something like this:

    Code:
    div#dropMenu ul.level3 {height: 600px; max-height: 600px; overflow-y: scroll;}
    BUT, the downside is, while this will work for level 3 dropdown, it will also cancel out level 4 from displaying at all.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

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

    Default Re: CSS Dropdown menu for the header- With Categories!

    Quote Originally Posted by Get Em Fast View Post
    Diva.............I JUST submitted the new jquery version to the downloads section!

    Any way...........I'll let everyone know here, if and when the download is approved.
    Well, evidently the jquery version was rejected, as it's been 11 days now, with no word about it being added to the downloads. Oh, well.............you win some, and you loose some. I would be really nice to hear something about a rejected mod, from the moderators, though...................no biggie, but it would be nice to at least SOMETHING..........even, "Your submission was crap! We're not adding it to the downloads!" Ya' know?
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  4. #2084
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: CSS Dropdown menu for the header- With Categories!

    Quote Originally Posted by Get Em Fast View Post
    Well, evidently the jquery version was rejected, as it's been 11 days now, with no word about it being added to the downloads. Oh, well.............you win some, and you loose some. I would be really nice to hear something about a rejected mod, from the moderators, though...................no biggie, but it would be nice to at least SOMETHING..........even, "Your submission was crap! We're not adding it to the downloads!" Ya' know?
    Sometimes it just takes a while.. IF there was an issue they would let you know.. Remember these guys have lives/day jobs etc too.. You can send an e-mail to check on the status..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  5. #2085
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: CSS Dropdown menu for the header- With Categories!

    Quote Originally Posted by Get Em Fast View Post
    Well, evidently the jquery version was rejected, as it's been 11 days now, with no word about it being added to the downloads. Oh, well.............you win some, and you loose some. I would be really nice to hear something about a rejected mod, from the moderators, though...................no biggie, but it would be nice to at least SOMETHING..........even, "Your submission was crap! We're not adding it to the downloads!" Ya' know?
    Get Em Fast I would like to test the new menu out. Do you have a link i could download the files. If not I guess I can wait. Thanks
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

    Default Re: CSS Dropdown menu for the header- With Categories!

    Quote Originally Posted by countrycharm View Post
    Get Em Fast I would like to test the new menu out. Do you have a link i could download the files. If not I guess I can wait. Thanks
    Sure. PM me your email addy, and I'll get it sent to you.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

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

    Default Re: CSS Dropdown menu for the header- With Categories!

    as it's been 11 days now
    There was a time a year or two ago when it was taking several months for mods to be approved, so don't worry yet:)

    BTW, I tried your jQuery menu enhancement on your test site, and it adds a nice touch without there being anything missing or awkward if it is turned off. I can't wait until Firefox 4 is out to support CSS transforms and transitions... hopefully IE9 will do those correctly too, so we can start using them for real.
    Last edited by gjh42; 25 Feb 2011 at 05:35 PM.

  8. #2088
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: CSS Dropdown menu for the header- With Categories!

    Quote Originally Posted by gjh42 View Post
    There was a time a year or two ago when it was taking several months for mods to be approved, so don't worry yet:)
    **nods in agreements**

    Yep.. My MINOR update to TPP for Zen Cart 1.3.9 compatibility (I was TIRED of reading the MANY questions in the support thread for how to make the minor changes to TWO files) took so long to approve that I forgot about the fact that I had submitted it and stopped tracking it.. I didn't realize that it HAD been approved until I started to see folks asking questions about v1.07 in the TPP support thread..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

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

    Default Re: CSS Dropdown menu for the header- With Categories!

    Oh......okay. That's good to know. I don't think I've ever submitted anything that was rejected, and has never taken over a couple of days to be released. So, I though my latest submission had just been thrown out, with no word as to why. But, in that case, I'll not be giving up, yet.

    Yep.......I'll give that same nod in agreement.............especially all the CSS3 enhancements, as I love the box shadows, border-radius, and all that good stuff, but just try to convince people that it really does validate. Most will only check validation in CSS2.1........which by the way, if you noticed.......BOTH of those menus' on my test site validates level 2.1. :)

    Glenn, you got to look at something nobody else has saw yet. Shhhh......it's a secret. You got to see the jquery version of the CSS Flyout Menu (vertical). And if everybody could see what you and I just done with it.............as WELL as it being jquery................Oh......no.........I'm not sure everybody could handle such a thing in Zen-Cart. They'd be looking at it like .

    The one that I submitted is the CSS Dropdown Menu (horizontal).
    But, then again, you got to see the Mega-Menu version of this menu (without jquery......which I'm working on right now), which has only been seen by one other person. The Mega-Menu has got a LOT of code cleaning to be done, along with adding the jquery to it before it's ready.
    I've not released the other one, yet. :)
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

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

    Default Re: CSS Dropdown menu for the header- With Categories!

    Well, I just got a response back from the Dev Team. They said I've got to make some changes, and re-submit it. Seems you can ask for donations with a mod, but you can't make it easy for the "donators" by putting a button in the readme file for them to click..........AND seems that you can't copyright ANY of the code......It ALL has to be under GPL terms......hmmmmm...............not sure if I'm going to re-submit, or not.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

 

 

Similar Threads

  1. Categories dropdown menu/css
    By KenshiroU in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Apr 2013, 01:04 PM
  2. HIde categories mod with css dropdown menu
    By adowty in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 Feb 2012, 01:05 AM
  3. How to use ezpages/categories as dropdown menu in the header?
    By mdivk in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 21 Dec 2011, 06:32 PM
  4. whats wrong with this css for my dropdown menu?
    By 1kell in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 28 May 2010, 02:47 AM
  5. Header Dropdown Menu (CSS) Without the Dropdown???
    By hcd888 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 27 May 2009, 01:20 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