Overlapping Page Content
Overlapping Page Content
dkClark
Posts: 8Questions: 2Answers: 0
First of all I must say thanks for this awesome piece of software.
It takes hundreds of hours off our developing time when people give code like this for all to use.
Our primary purpose of use is for machine training records and is used over our intranet.
I have a drop down menu system above the table and when it drops down it goes behind part of the table headings. I have tried z-index in a few places but to no avail. Any help would be apprecated.
Please see image at http://www.dobinsonsprings.com/empTraining.png
It takes hundreds of hours off our developing time when people give code like this for all to use.
Our primary purpose of use is for machine training records and is used over our intranet.
I have a drop down menu system above the table and when it drops down it goes behind part of the table headings. I have tried z-index in a few places but to no avail. Any help would be apprecated.
Please see image at http://www.dobinsonsprings.com/empTraining.png
This discussion has been closed.
Replies
Regards,
Allan
I had tried entering zIndex values in all areas of the menu system but had no luck. Hence my question here.
Your post confirmed to me it was going to be a zIndex issue so I tried again. I discovered that the menu system from Addobject (nlsmenu) has a value hard coded in its nlsmenu.js file setting it to 100.
I simply increased that to 110 and all is good.
Thanks again for your input.
You might want to check you demo for:
http://datatables.net/release-datatables/extras/FixedHeader/zIndexes.html
I am reasonably sure it is doing things you don't want. Tried FF and Chrome and if you scroll a really odd chunk of the data moves...
Anthony
.dynamic li { z-index: 999999; }
The menu items are generated as "li" objects with a class of "dynamic".
Worked on: IE9, FF, Chrome, BB
P.S. Thanks for a very powerful Grid...