• Gib123

    (@gib123)


    Hi Guys,

    I actually posted something about this before, but got no response.

    https://www.precisepressurewashing.co.uk

    If you see the two lines of menu at the top, if you hover over Domestic or Commercial, a drop down menu appears. You can see that the second line of menu covers it, and when you mouse to the dropdown menu, it disappears.

    How can i fix this? It is only happening in IE.

    Is there a snippet of code i can change?

    Any help appreciated, its really bugging me.

    Thanks,

    Matt

Viewing 4 replies - 1 through 4 (of 4 total)
  • OK IE9, IE8, hidden only in IE9 compatibility (IE7) view and IE7 which is no longer supported by WordPress, you will need to add support for IE7.

    Add a style zoom:1; for the menu elements, and even the menu container, for the menu items something like:

    .nav, .menu li ul {
        zoom: 1;
    }

    HTH

    David

    Thread Starter Gib123

    (@gib123)

    Thanks for the reply.

    So its only hidden in the compatibility view on IE9? because thats the IE i tried it on. Not sure if i was in compatibility view though.

    Ill give that piece of code a shot.

    Thanks alot

    Thread Starter Gib123

    (@gib123)

    Hi mate, where exactly do i add that bit of code? any help please much appreciated.

    Thanks,

    Matt

    [Stop bumping!. If it’s that urgent, consider hiring someone.]

    esmi

    (@esmi)

    Stop bumping!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Second line of menu hiding dropdown’ is closed to new replies.