Page 1 of 2 12 LastLast
Results 1 to 10 of 754

Hybrid View

  1. #1
    Join Date
    Mar 2009
    Posts
    57
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    hey get em thanks. I decided to work with the new code that ckosloff posted and it works a lot better. I am just curious to know what code i need to add/edit to:

    set a different hover and background colour for the submenu items then those that I have set for the top level menu items.

    the menu is live at the moment http://mypumpkindoodle.com/store

    thanks

    John

  2. #2
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by ethical View Post
    ...I am just curious to know what code i need to add/edit to set a different hover and background colour for the submenu items then those that I have set for the top level menu items...
    Not sure I understand your question because I think I have addressed it in the CSS I posted.
    You will note that there are 3 background colors, they might not be your choice, so just change every instance of them to what you like.
    A style editor would make this job in a breeze.
    Make sure you correct line 50, as Get em Fast pointed out.
    Check out the menu in my site (in the sig), and let me know what would you like to change.

  3. #3
    Join Date
    Mar 2009
    Posts
    57
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    thanks for your reply and your right, I did make that work now thanks. I still have 1 minor issue.

    1) Any sub menu item that has a further submenu displays the background color that is the same as the top level background, (on your site its grey, on mine white)
    my question here is how can I set a different color for any submenu item that has a further submenu?

    also Do you have a suggestion on a style editor?

    thanks so much!

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

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by ethical View Post
    Do you have a suggestion on a style editor?
    Sorry, I missed that question (good thing I go back and re-read posts, huh?), although a little irrelevant to this thread (hint: should have pm'd that one). Ckosloff is my thread security.....he'll get you for that.....

    Everybody has their preference of editors, with some swearing by nothing but notepad to do ALL their coding. Myself, I like to see EVERYTHING in "action", so I use DevPHP for ALL of MY needs. When I go to somebody Else's site (like yours) to edit something (like your menu), then I use the Web Developer Add-on for FireFox, then save to a simple text file (with notepad or wordpad), then upload it to you or the forum.

    You might also enjoy THIS THREAD.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  5. #5
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: Support for CSS Flyout Menu

    I have already made my suggestion, more than once.
    Here's an example:
    http://www.zen-cart.com/forum/showpo...&postcount=254
    It's what I use, but I don't like to suggest, because, yes, that might lead to off-topic discussions and then site security would kick in.

  6. #6
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: Support for CSS Flyout Menu

    Code:
    div#nav-cat li li {
        margin-left: 0em;/* This puts space between menu and sub-menu, reccomend to leave at 0 unless you have over-lapping problems. */
        background-color: salmon; /* sets the background of submenu ,WITHOUT submenus, when menu is HOVERED */
    }
    Your comment is of course right, I just wanted to add that if you set margin-left to anything but 0, IE6 will have unexpected behaviors.
    That browser has caused lots of grief, until I finally got it workable, not perfectly right.

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

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by ckosloff View Post
    Code:
    div#nav-cat li li {
        margin-left: 0em;/* This puts space between menu and sub-menu, reccomend to leave at 0 unless you have over-lapping problems. */
        background-color: salmon; /* sets the background of submenu ,WITHOUT submenus, when menu is HOVERED */
    }
    Your comment is of course right, I just wanted to add that if you set margin-left to anything but 0, IE6 will have unexpected behaviors.
    That browser has caused lots of grief, until I finally got it workable, not perfectly right.

    Absolutely correct. Some browsers do treat this differently. When you get to the right side of the menu, just about to touch the sub-menu, the sub-menu will disappear! Sometimes you actually NEED to set a negative number on this (-0.1em;) which will overlap just a hair, but keep sub-menu in view.
    Good catch. Thanks. I will also put that in comment section of css.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  8. #8
    Join Date
    May 2008
    Posts
    349
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Hi, i was wondering if some body can help me out.

    IAm trying to add a "Terms & Conditions" Link under the Information tab.

    I downloaded the "About Us" Mod & renamed it to terms & condition, uploaded the files.

    Than in the tpl_drop_menu file i added

    <li><a href="<?php echo zen_href_link(FILENAME_TERMS_&_CONDITIONS); ?>"><?php echo HEADER_TITLE_TERMS_&_CONDITIONS; ?></a></li>

    It looks ok, but than Information dropdown i get "HAADD@T@ID@" when i click on it i get:
    Page Not Found

    "Custom 404 Error Page with Site Map Sample Text ...

    Put your custom "page not found" message here. You can change this text in the Define Pages Editor located under Tools in the Admin"

    But when i add to the tpl_drop_menu file:
    <?php } ?>

    I get a blank screen, could anybody give me an pointers. Thanks

  9. #9
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by hcd888 View Post
    I get a blank screen, could anybody give me an pointers.
    I point you to FAQ/tutorials and download area, there are lots of info therein for your problem.
    This thread has nothing to do with it.

  10. #10
    Join Date
    May 2008
    Posts
    349
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Hi iam using the CSS Flyout Menu. Do i need to do anything specific to get the link to work with the CSS Flyout Menu?

    Thanks

 

 
Page 1 of 2 12 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

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