Page 50 of 235 FirstFirst ... 40484950515260100150 ... LastLast
Results 491 to 500 of 2345
  1. #491
    Join Date
    Oct 2007
    Posts
    15
    Plugin Contributions
    0

    red flag Re: CSS Dropdown menu for your header- With Categories!

    Jettrue-

    Is it possible to add a time-delay to the menu?

    For example, our store has many sub-categories and sometimes it is frustrating if the mouse "slides" accidentally off one, to start over branching from the top level.

    A 2-second or so delay before the menu resets would solve this.

    Is this possible?

    Thank you for your time -

    Benjamin

  2. #492
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

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

    Quote Originally Posted by abebakker View Post
    I installed the dropdown menu and it worked perfect.
    But since I upgrade Internet Explorer 6 to Internet Explorer 7 I've a problem.

    - ZenCart 1.3.7
    - DropdownMenu 1.3

    The dropdown menu works fine in Firefox and IE6

    There is a problem with DropdownMenu in IE7:
    The menu shows empty submenu's if you move your mouse over the menu and drop down some levels, then move your mouse out of the menu and back on the toplevel. I hope you understand this explanation.

    Just to be clear I will try to make a Screenprint and post it.

    I see this problem also on the apple zen example site and other site's that use the DropdownMenu.

    Does anyone know how to fix this.
    Thanx.
    This is a known issue, and I haven't been able to find a resolution to it. So you have to decide whether or not you can live with the issue. Sorry!

  3. #493
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

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

    Quote Originally Posted by bdekraker View Post
    Jettrue-

    Is it possible to add a time-delay to the menu?

    For example, our store has many sub-categories and sometimes it is frustrating if the mouse "slides" accidentally off one, to start over branching from the top level.

    A 2-second or so delay before the menu resets would solve this.

    Is this possible?

    Thank you for your time -

    Benjamin
    Nope, that would have to be done with a javascript menu; this one is css only.

  4. #494
    Join Date
    Jan 2006
    Posts
    2
    Plugin Contributions
    0

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

    Quote Originally Posted by jettrue View Post
    This is a known issue, and I haven't been able to find a resolution to it. So you have to decide whether or not you can live with the issue. Sorry!
    Thanx for the fast reaction. Then I have to live with it.

  5. #495
    Join Date
    Jul 2006
    Posts
    213
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu in IE6

    Jettrue,

    I thought I had this nice menu all worked out, aside from playing with the spacing and widths for different browsers, but then I tried it with IE 5.5 and IE6 and the drop downs do NOT work at all. Only the level 1 menu is active.
    I know that IE6 and earlier do not support the :hover pseudo class and I suspect that this is the problem. I don't think I want to start rewriting the code to include the Suckerfish javascript. What do you think?
    Latest W3Schools stats say that IE6 is about 50% of the browsers. Yikes!
    Maury

  6. #496
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: CSS Dropdown menu in IE6

    Quote Originally Posted by mauryg View Post
    Jettrue,

    I thought I had this nice menu all worked out, aside from playing with the spacing and widths for different browsers, but then I tried it with IE 5.5 and IE6 and the drop downs do NOT work at all. Only the level 1 menu is active.
    I know that IE6 and earlier do not support the :hover pseudo class and I suspect that this is the problem. I don't think I want to start rewriting the code to include the Suckerfish javascript. What do you think?
    Latest W3Schools stats say that IE6 is about 50% of the browsers. Yikes!
    Maury
    Did you upload includes/csshover.htc? Did you make your additions to .htaccess? I didn't create a menu that wouldn't work in ie6.

  7. #497
    Join Date
    Jul 2006
    Posts
    213
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu in IE6

    The answers to your questions are yes, yes and yes.
    I did read the readme...
    I added the csshover.htc file to the root/includes/ directory...
    I added the lines to .htaccess in the root/includes/ directory...
    Since I have IE7 installed as my IE browser, I am running separate "standalone" copies of IE6 and IE5.5 (www.tredosoft.com), but I don't think this is the cause of the problem. I felt sure you had tested the menu in IE6 and I just don't understand what happened. I am using "CSS Flyout Header for Zen Cart 1.3.* v1.2".
    I will PM you a link to the website since it is not open to the public yet.
    As always, thanks for your help and the rapid response.

    Maury

  8. #498
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: CSS Dropdown menu in IE6

    Quote Originally Posted by mauryg View Post
    The answers to your questions are yes, yes and yes.
    I did read the readme...
    I added the csshover.htc file to the root/includes/ directory...
    I added the lines to .htaccess in the root/includes/ directory...
    Since I have IE7 installed as my IE browser, I am running separate "standalone" copies of IE6 and IE5.5 (www.tredosoft.com), but I don't think this is the cause of the problem. I felt sure you had tested the menu in IE6 and I just don't understand what happened. I am using "CSS Flyout Header for Zen Cart 1.3.* v1.2".
    I will PM you a link to the website since it is not open to the public yet.
    As always, thanks for your help and the rapid response.

    Maury
    You removed this from your stylesheet_header_menu.css:

    body {
    behavior: url(includes/csshover.htc);
    }

    You're menu also wraps onto two lines in Firefox, you may want to increase the width from 55 em a bit.

  9. #499
    Join Date
    Jul 2006
    Posts
    213
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu in IE6



    As usual your reply was timely and spot on. I have no idea how or why I removed those lines from the CSS file. Thanks.

    I still need to play with the widths. I'm seeing some funny results, especially if the user changes the font size using CNTL+ or CNTL-.

    Maury

  10. #500
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: CSS Dropdown menu in IE6

    Quote Originally Posted by mauryg View Post


    As usual your reply was timely and spot on. I have no idea how or why I removed those lines from the CSS file. Thanks.

    I still need to play with the widths. I'm seeing some funny results, especially if the user changes the font size using CNTL+ or CNTL-.

    Maury
    I sent you a pm with some suggestions for css adjustments.

 

 

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