Page 66 of 76 FirstFirst ... 16566465666768 ... LastLast
Results 651 to 660 of 754
  1. #651
    Join Date
    Mar 2011
    Location
    Ireland
    Posts
    286
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by jagall View Post
    thank you for getting back to me, I will try this, also if I want to add a submenu to this i.e. just another page really, will it work as when I tried based on the same code as the information lines, it seem to wrap the contact us, etc below it too.

    I suppose what I am asking is it possible to have a custom menu item (i.e. Page) with submenu items (more pages) on the drop down menu,

    Cheers
    Solved, got it working was missing a bit of code so great.

    I am using the define pages generator - and adding pages as needed but I also use the ez pages option, for menu and sideboxes just which is the best way to go, I suppose ez pages is more straightforward ??

  2. #652
    Join Date
    Jul 2011
    Posts
    3
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Hello,

    I am having the same problem as the person in post #601.. I verified the file locations shown in post #604.
    I've included screenshots of the files and their locations.

    Does anyone have any suggestions?

    Thanks!
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	categories_css.jpg 
Views:	131 
Size:	34.1 KB 
ID:	9500   Click image for larger version. 

Name:	categories_ul_generator.jpg 
Views:	120 
Size:	20.5 KB 
ID:	9501   Click image for larger version. 

Name:	stylesheet_categories_menu.jpg 
Views:	118 
Size:	20.3 KB 
ID:	9502  

    Click image for larger version. 

Name:	tpl_categories_css.jpg 
Views:	126 
Size:	26.9 KB 
ID:	9503  

  3. #653
    Join Date
    Jul 2011
    Posts
    3
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Here is a screenshot of my layout boxes controller too.
    Attached Images Attached Images  

  4. #654
    Join Date
    Mar 2011
    Location
    Ireland
    Posts
    286
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Hi I have searched through the thread for this but still cannot find a resolve, perhaps, Get Em Fast can answer this for me. I am trying to stretch my header, footer and css flyout menu to full browser width, just not sure best way to go about it or can it be done. Thanks

  5. #655
    Join Date
    Jul 2011
    Posts
    3
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by spiflifkin View Post
    Here is a screenshot of my layout boxes controller too.
    I couldn't figure it out so I went with a different flyout menu. No need to answer this anymore.

  6. #656
    Join Date
    Sep 2008
    Posts
    219
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by Get Em Fast View Post
    Yes, there is. In the stylesheet_categories_menu.css, find this section of code:

    Code:
    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;}
    Add:

    Code:
    z-index: 1000;
    to make that whole section look like this:

    Code:
    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;
       z-index: 1000;
    }
    That should fix you right up.
    I am also having the issue of fly out CSS categories menu hiding behind the slide show. I've followed these suggestion and read a lot yet I cant get the categories to show above the slideshow.

    Please assist..

    View page

  7. #657
    Join Date
    Sep 2008
    Posts
    219
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by hardwiredtemplates View Post
    I am also having the issue of fly out CSS categories menu hiding behind the slide show. I've followed these suggestion and read a lot yet I cant get the categories to show above the slideshow.

    Please assist..

    View page
    I've solved this issue and it actually feels good...

    If anyone else stuck on the same boat this is what I added in my stylesheet.css file

    #fadeshow1 {
    z-index:0; }

    this will put the fly out menu over the slideshow banners.

  8. #658
    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 hardwiredtemplates View Post
    I've solved this issue and it actually feels good...

    If anyone else stuck on the same boat this is what I added in my stylesheet.css file

    #fadeshow1 {
    z-index:0; }

    this will put the fly out menu over the slideshow banners.
    hardwire...................that solution will ONLY work if a persons' slideshows' <div>' name is "fadeshow1", which controls your slideshow..............NOT the menu, so the chances of that helping anybody is pretty slim............sorry. I know you had good intentions.................

    Now for YOUR particular case, it looks like (if you remove your above edit to your stylesheet.css) you need to edit your stylesheet_categories_menu.css, find this block of code:

    Code:
    #nav-cat li {
        display:block;
        z-index:1;
        position:relative;
        border-top:solid 1px #FEFEFE;
        border-bottom:solid 1px #EBEBEB;
    }
    and change your z-index to 1100. Sometimes you got to use higher numbers to get the menu on top of other elements. In your case..............the 1100 works just fine. Actually.............if you put in 1001, this moves the menus' flyouts' above your slider images, but below the sliders' captions. 1002 will get the menu's flyouts' above everything. So...............anywhere from 1002 on will work fine for you.

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

  9. #659
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by nanos203 View Post
    Has anyone had any success in getting the CSS Flyout Menu mod to work property with the Hide Categories mod? I use the Hide Categories mode to prevent certain categories from showing up in the category menu but the CSS Flyout Menu mod shows all categories (even the ones designated as hidden by the Hide Categories mod).

    I'm sure it's just a matter of making CSS Flyout Menu "aware" of the Hide Categories attributes but I'm not sure where to do that.

    Any tips are greatly appreciated!!
    Hi, does anyone know a solution to this issue please? I'm having the same trouble.
    Thanks in advance....

  10. #660
    Join Date
    Dec 2010
    Posts
    142
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Can someone tell me how to change the font color of the submenu items? I figured out how to change the font color of the top-level menu items, and figured out how to change the hover color of the submenu items... but I cant figure out how to change the regular non-hover link color for submenu items. Im using the latest version. Any help is appreciated. Thanks!

 

 
Page 66 of 76 FirstFirst ... 16566465666768 ... 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