Z-Index problem for Menu

Z-Index problem for Menu

denilshahdenilshah Posts: 7Questions: 0Answers: 0
edited January 2011 in KeyTable
Hi Allan,

Let me first congratulate you on a great control. It works like a breeze and is highly configurable.

Coming to my problem, I've used a simple menu using tags. The problem I am facing is that the menu is not visible from the point where the datatable starts.

A few suggestions say that tinkering with the data_table wrapper should solve the problem, which didn't work for me.

Request you to kindly help me on the same.

Thanks.

Replies

  • rocharvrocharv Posts: 2Questions: 0Answers: 0
    Try to edit you .css (ex: demo_table.css) and delete the following piece of code:

    .dataTables_wrapper {
    position: relative;
    min-height: 302px;
    _height: 302px;
    zoom: 1; /* Feeling sorry for IE */
    }
  • rocharvrocharv Posts: 2Questions: 0Answers: 0
    The problem seems to be the line:
    position: relative;

    Best regards,
    rvrocha aaattt yahoo.com
This discussion has been closed.