Menu on the Top

  • post

    #5457

    Hello

    I have a very small issue but I couldn’t solve it so far.

    I have 2 menus:

    1- At the very top of the header (I call it top menu)

    2- At the very bottom of the header (I call it second menu)

    After 1.8.1 update, the top menu displays but it is not clickable.

    The CSS code for displaying the top menu on the very top of the page is:

    #header-menu-wrap {
    background: #1F6EB6;
    position:absolute;
    top:10px;
    }

    I discovered that if I comment out position:absolute; part , the top menu works. but. it shows up right on the top of the second menu in which I do not like.

    I want the top menu displays at the very top of the page.

    Would you please help me with that?

    Tahnk you

    post

    #32036
    Quote:
    Hello

    I have a very small issue but I couldn’t solve it so far.

    I have 2 menus:

    1- At the very top of the header (I call it top menu)

    2- At the very bottom of the header (I call it second menu)

    After 1.8.1 update, the top menu displays in Firefox but it is not clickable. In IE, it works very weird. i.e. when I click on the menu items, it doesnt allow me to go to the second level menu elements

    The CSS code for displaying the top menu on the very top of the page is:

    #header-menu-wrap {

    background: #1F6EB6;

    position:absolute;

    top:10px;

    }

    I discovered that if I comment out position:absolute; part , the top menu works. but. it shows up right on the top of the second menu in which I do not like.

    I want the top menu displays at the very top of the page.

    Would you please help me with that?

    Tahnk you

    post

    #32037

    Nevermind

    If you comment out the following from the #top-bar, it works

    /*position: relative;*/

    Thanks anyways

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.