• Resolved kevjon

    (@kevjon)


    Why is there no drop-down in the menus?
    Every sub-menu item is shown making the menu unusable if you have many sub-menu items.
    Every other theme does this properly, why not Raindrops?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter kevjon

    (@kevjon)

    I should have said that I have the menu in the left sidebar.
    Drop down does work in the header menu.

    Theme Author nobita

    (@nobita)

    Hi kevjon

    I tested with Category Dropdown Widget at all widget area.

    Works properly.

    If select ‘category click’ then show category selectbox.

    If this does not solve the problem, please let me know the URL

    Thank you.

    Thread Starter kevjon

    (@kevjon)

    I am not talking about categories. I am talking of the “Custom menu” in the sidebar widget, with the main (only) menu selected.

    Theme Author nobita

    (@nobita)

    Custom menu not support dropdown menu.

    Here is rough style rules.

    Impact to the display of other widgets are not taken into account.

    .rsidebar,
    .lsidebar{
        overflow:visible;
    }
    .rsidebar .children,
    .rsidebar .sub-menu,
    .lsidebar .children,
    .lsidebar .sub-menu{
        display:none;
    }
    .rsidebar li,
    .lsidebar li{
        position:relative;
    }
    .rsidebar a,
    .lsidebar a{
        display:block;
        width:100%;
        height:100%;
    
    }
    .yui-t3 .lsidebar .children:hover,
    .yui-t3 .lsidebar .sub-menu:hover,
    .yui-t3 .lsidebar a:hover + .children,
    .yui-t3 .lsidebar a:hover + .sub-menu,
    .yui-t2 .lsidebar .children:hover,
    .yui-t2 .lsidebar .sub-menu:hover,
    .yui-t2 .lsidebar a:hover + .children,
    .yui-t2 .lsidebar a:hover + .sub-menu,
    .yui-t1 .lsidebar .children:hover,
    .yui-t1 .lsidebar .sub-menu:hover,
    .yui-t1 .lsidebar a:hover + .children,
    .yui-t1 .lsidebar a:hover + .sub-menu{
        display:block;
        position:absolute;
        left:100%;
        top:-.4em;
        width:12em;
        background:#333;
    }
    .lsidebar .children:hover,
    .lsidebar .sub-menu:hover,
    .yui-t6 .lsidebar .children:hover,
    .yui-t6 .lsidebar .sub-menu:hover,
    .yui-t6 .lsidebar a:hover + .children,
    .yui-t6 .lsidebar a:hover + .sub-menu,
    .yui-t5 .lsidebar .children:hover,
    .yui-t5 .lsidebar .sub-menu:hover,
    .yui-t5 .lsidebar a:hover + .children,
    .yui-t5 .lsidebar a:hover + .sub-menu,
    .yui-t4 .lsidebar .children:hover,
    .yui-t4 .lsidebar .sub-menu:hover,
    .yui-t4 .lsidebar a:hover + .children,
    .yui-t4 .lsidebar a:hover + .sub-menu,
    .rsidebar .children:hover,
    .rsidebar .sub-menu:hover,
    .rsidebar a:hover + .children,
    .rsidebar a:hover + .sub-menu{
        display:block;
        position:absolute;
        left:-11.5em;
        top:-.4em;
        width:12em;
        background:#333;
    }

    Thank you.

    Thread Starter kevjon

    (@kevjon)

    That is brilliant – many thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Drop down menu not working’ is closed to new replies.