Results 1 to 10 of 754

Hybrid View

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

    Default Re: Support for CSS Flyout Menu

    The top level list item is named .submenu, so all links in that, including the top link, are affected. Change the rules to
    Code:
    #nav-cat li.submenu ul a {
       color: #fff;
    }
    
    #nav-cat li.submenu ul a:hover {
       color: #87ceeb;
    }
    This will apply only to subcategory links.

    Also change the order of the rules so the hover state if active will override the base state.

  2. #2
    Join Date
    Dec 2010
    Posts
    142
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Quote Originally Posted by gjh42 View Post
    The top level list item is named .submenu, so all links in that, including the top link, are affected. Change the rules to
    Code:
    #nav-cat li.submenu ul a {
       color: #fff;
    }
    
    #nav-cat li.submenu ul a:hover {
       color: #87ceeb;
    }
    This will apply only to subcategory links.

    Also change the order of the rules so the hover state if active will override the base state.
    Thanks so much! That did it! Very grateful!

  3. #3
    Join Date
    Apr 2011
    Posts
    9
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Hello I'm trying to use this mod but i don't want all the themeing it has done i would just like to use my original theme and have the categories fly out how would i go about doing that?

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

    Default Re: Support for CSS Flyout Menu

    This mod will have different structure and element classes and ids than whatever you have, so you will have to transfer the styling from your current elements to the new ones. You will have to let us see your site live to get specific advice on how to adapt your style rules.

  5. #5
    Join Date
    Apr 2011
    Posts
    9
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Sure my site is http://perfectcarcorp.net/. I have the categories set up in a way on the left but I would like to use the second categories box on the left as my default since its perfectly themed. Can you help me with that?

  6. #6
    Join Date
    Apr 2011
    Posts
    9
    Plugin Contributions
    0

    Default Re: Support for CSS Flyout Menu

    Anybody?

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

    Default Re: Support for CSS Flyout Menu

    The only real differences between the BetterCategories sidebox and the flyout one is the dividers between items and the bullets (and the font being a wee bit smaller). Do you want those things on the flyout menu? I think the flyout's current state of arrows is better for its functionality that the BC arrows would be.

 

 

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