table header has higher z-index(?) and obstructs drop down menu.

table header has higher z-index(?) and obstructs drop down menu.

verlagerverlager Posts: 18Questions: 3Answers: 0
edited November 2012 in DataTables 1.9
http://communitychessclub.com/games.php Move the mouse over the menu items. The drop down menu is behind, not in front of the table's header.

Is this a bug?

Replies

  • allanallan Posts: 63,394Questions: 1Answers: 10,450 Site admin
    I think this is more of a stacking order issue, rather than z-index (particularly as DataTables doesn't define a z-index in the default CSS, unless you've added one?). Looking at the layout of the document, I think its just because the table header comes after the navigation.

    Having said that the fix does use z-index - just add it to your `.js-css-menu > li div` style - a z-index of 1 will do it.

    Allan
  • verlagerverlager Posts: 18Questions: 3Answers: 0
    Perfect!
This discussion has been closed.