• Resolved yankee19

    (@yankee19)


    Hi,

    We’re using the attitude theme and have some issues with the menu items.
    The slider page are always over the menu items and changing the z-index in the style.css didn’t solve the problem.

    Any ideas

    Thx

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, can you provide a link to the site if you’re not using localhost?

    Thread Starter yankee19

    (@yankee19)

    Hi,

    Thanks for your attention.
    It’s a local intranet, so no access from outside.

    Regards

    Thread Starter yankee19

    (@yankee19)

    Hi,

    The problem is solved now.
    In the style.css i changed the folowing lines:

    article, aside, details, figcaption, figure,
    footer, header, hgroup, nav, menu, section {
    display: block;
    }

    By

    article, aside, details, figcaption, figure,
    footer, header, hgroup, section {
    display: block;
    }
    nav, menu{
    z-index:9999;
    display:inline;
    position:relative;
    }

    The fact to exclude the nav and the menu from the dsiplay: block solved my issue.

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Slider page over menu’ is closed to new replies.