Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • bydomino Friend
    #157402

    The menu drop down appears behind JA tabs making the menu items inaccessible. I am using JA tabs as content in articles. This is the Yoo theme Phoenix template.

    Example can be seen here http://www.wegotstuff.com/equipment/smartphone-solutions/androidblackberry.html

    thangnn1510 Friend
    #366649

    Hi bydomino!

    The problem caused by z-index of jatab. To fix this, please open: plugins/content/ja_tabs/ja.tabs.css find line 10:

    .container {
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 10;
    }

    change to:

    .container {
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    }

    Hope this helps you.

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

This topic contains 2 replies, has 2 voices, and was last updated by  thangnn1510 13 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum