2

I've a master page that contains a dropdown menu. on the inner page I've placed a jquery-ui tabs. When I hover the menu, the flying part appears behind the tabs.

How can I make the flying part display on top of the tabs so I can select menu options?

Thanks for helping

Richard77
  • 20,343
  • 46
  • 150
  • 252

1 Answers1

3

After researching on Stackoverflow, I've found out that the problem has to do with z-index. After (i) setting the menu container's z-index superior to that of the tabs container and setting the position for both containers to relative, Everything was fine. Make sens as what I want is to have the menu flying out on top of the tabs.

Community
  • 1
  • 1
Richard77
  • 20,343
  • 46
  • 150
  • 252