Page 13 of 76 FirstFirst ... 311121314152363 ... LastLast
Results 121 to 130 of 754
  1. #121
    Join Date
    Jul 2008
    Posts
    41
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    OOPS...here is the link again...

    http://www.bizmug.com/zencart/index....index&cPath=65

    Hope you can help!
    Thanks,
    Chris

  2. #122
    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 cevans73 View Post
    OOPS...here is the link again...

    http://www.bizmug.com/zencart/index....index&cPath=65

    Hope you can help!
    Thanks,
    Chris
    I understand what you mean.
    However, this is not possible with standard Zen Cart features, because it picks up the category tree dynamically.
    You need custom programming for that.
    Anyway, the link doesn't look bad, wouldn't worry too much about it.

  3. #123
    Join Date
    Jul 2008
    Posts
    41
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Yeah, the only reason is that in IE, my wide subcategory pics are going side by side extending my page super wide....in Firefox, it is perfect, but all jacked up in IE....can you see that page in IE what I'm talking about? if so, do you know how to fix it? I had done some tweaking to get rid of the subcat text underneath the pics...but now in IE it's not right.....hmmmm

    Thanks!
    Chris

  4. #124
    Join Date
    Aug 2008
    Location
    Utah
    Posts
    28
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by ckosloff View Post
    Answer is yes, it does work.
    I suggest that on top of the CSS you put this:
    body {
    behavior: url(includes/csshover.htc);
    /* WinIE behavior call */}
    instead of the standard body tag, to address bugs in IE6.
    Read the thread for additional tips on CSS and other stuff.
    Thank you kindly!

  5. #125
    Join Date
    Feb 2007
    Location
    Barcelona
    Posts
    201
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Hi all!
    After one year working perfectly, i moved to an other server. Now, css flyout menu doesn´t work in ie, working good in firefox. csshover.htc is at /includes folder.
    This is my css:

    body { behavior:url(includes/csshover.htc);} /* WinIE behavior call */
    div#nav-cat {float: left; width: 160px; margin: -1px 0 0 -1px;
    background-color: #ce318c; font-weight:bold;}
    div#nav-cat ul {margin: 0; padding: 0; width: 160px; background-color: #cc66cc;
    /* border: 1px solid #AAA;*/}
    div#nav-cat ul.level2 {background-color: #cc66cc;}
    div#nav-cat ul.level3 {background-color: #cc66cc;}
    div#nav-cat ul.level4 {background-color: #cc66cc;}
    div#nav-cat ul.level5 {background-color: #cc66cc;}
    div#nav-cat ul.level6 {background-color: #cc66cc;}
    div#nav-cat li {position: relative; list-style: none; margin: 0;
    margin-top: 5px; /* change it to whatever space you want to put space between buttons*/
    border-bottom: 1px solid #CCC; /* <---this line may help or hinder IE menu shifting issues */
    }
    div#nav-cat li li {
    margin: 0; /* this overrides the margin-top in the declaration above */
    }
    div#nav-cat li:hover {background-color: #CE318C;}
    div#nav-cat li.submenu {
    background: url(../images/submenu.gif) 95% 50% no-repeat;
    background-color: #cc66cc;}
    div#nav-cat li.submenu:hover {background-color: #CE318C;}
    div#nav-cat li a {display: block; padding: 0.25em 0 0.25em 0.5em;
    text-decoration: none; width: 140px; color: white;}
    /*border-left: 0.5em solid #BBB;}
    div#nav li a:hover {border-left-color: red;}*/
    div#nav-cat>ul a {width: auto;}
    div#nav-cat ul ul {position: absolute; top: 0; left: 160px;
    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;}


    I´m running v.1.3.6. Why the files that worked perfectly on my old server doesn´t work now? Any ideas??

  6. #126
    Join Date
    Feb 2007
    Location
    Barcelona
    Posts
    201
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    nevermind, i figure it out: needed to define de mime type .htc at new server...

  7. #127
    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 tonibarcelona View Post
    nevermind, i figure it out: needed to define de mime type .htc at new server...
    Interesting, it's good to publish what you did to resolve, so we will be able to troubleshoot better.
    Muy bien, hombre.

  8. #128
    Join Date
    Feb 2007
    Location
    Barcelona
    Posts
    201
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Muchas gracias !!

    For those of you who are interested, there is a new version of csshover.htc. I implemented yesterday, and maybe goes faster than the original... At the web page of the author you can find it (csshover2.htc)

  9. #129
    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 tonibarcelona View Post
    Muchas gracias !!

    For those of you who are interested, there is a new version of csshover.htc. I implemented yesterday, and maybe goes faster than the original... At the web page of the author you can find it (csshover2.htc)
    Please post a link to that, I would like to test it.
    Many users have reported problems with IE, let's see if that can help.
    Thanks.

  10. #130
    Join Date
    Jan 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by tonibarcelona View Post
    nevermind, i figure it out: needed to define de mime type .htc at new server...
    could you explain for a noob. i am having the same issue and cannot figure it out. Thanks.

 

 
Page 13 of 76 FirstFirst ... 311121314152363 ... 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

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