Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #838531

    mrkenney
    Participant

    Since I almost always use Chrome, I didn’t realize all of your demos menus are supposed to drop down on Hover. I don’t have Firefox at work so can’t currently test it but they are not working in Chrome – but do in IE. Please notice I’m talking about YOUR DEMOS – not something on my site.

    In a thread from last year Simon suggested the following CSS. I’ve added this to my blog and it has resolved the issue.

    }
    .masthead .x-navbar .desktop li > .sub-menu {
    display: none;
    }

    .masthead .x-navbar .desktop li:hover > .sub-menu {
    display: block;
    }

    #838634

    Thai
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #838701

    mrkenney
    Participant

    Dear Staff – you did read that I’m talking about YOUR website demos – NOT something I’m creating.
    My site is under development and IS NOT the issue. But it’s at http://mrkenney.com/xtheme/

    #839226

    Jade
    Moderator

    Hi there,

    Would you mind pointing out which of the demo pages where the dropdown menus are not working? I have just checked some of them such as the screenshot below and it seems to be working fine on my end using Chrome.