Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default CSS flyout menu - original version

    Great contrib! I have it installed and it's sorta working.. :-)

    1) The menu "cuts out" sometimes when moving from cat to subcat. How do I prevent that? Does it have to do with the tiny gap between menus?

    2) Also after applying the contrib, the menu "backspace" moved above the headers so it is visible. Where/how do I move that "backspace" back down slightly and change the color of the brown outline?

    Thanks.
    Last edited by gsdcypher; 16 Dec 2007 at 08:22 PM.

  2. #2
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: CSS flyout menu - original version

    Follow up... it appears that the menu backspace is slighty too far left (one step) and then the buttons themselves are too far left of the menu backspace (one step).

    So... the menu backspace needs to move to the right one step and the menu buttons need to move to the right two steps. And the menu backspace is still visible above the column header...

    Sorry I don't know the correct terminology for the menu spacing. :-(

    Hope that makes sense.

    BTW I am currently using the Cherry Zen template. :-)

  3. #3
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: CSS flyout menu - original version

    If anyone is interested, thanks to Jettrue, these changes to the categories menu css did the trick: :-)

    Code:
    div#nav-cat {width: 150px; margin: -1px 0 0 0;
    Code:
    div#nav-cat ul.level2 {
    padding: 0; 
    width: 150px; 
    border: none;
    }
    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;margin: 0 0 0 -2px; }

 

 

Similar Threads

  1. layout changed after installed CSS Horizontal Drop Down Menu (CSS Flyout Header 1.5)
    By cmike in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 20 Feb 2014, 04:02 PM
  2. 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
  3. CSS Flyout Menu
    By apinkpony11 in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 10 May 2007, 01:20 AM
  4. CSS Flyout menu
    By streetglow in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 14 Nov 2006, 03:43 PM
  5. CSS-Flyout menu
    By hennie in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 7 Jul 2006, 08:28 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