Dropdown menu goes behind tje scheduler

Hello,

first, sorry for my poor Englisch.
I have a problem.
The Dropdown menu goes behind the scheduler. :cry:

http://wp.vdwaarsenburg.nl/?page_id=315

here you can see what i main.

How can i solve this problem.

Grtz From Holland
M vd Waarsenburg

locate dhtmlxscheduler_wp.css in plugin’s folder and change in it
.dhx_cal_container { z-index: 999; }
with
.dhx_cal_container { z-index: 1; }

Thanks, Stanislav.

This fixed the same problem for me, too.

u just set position:inherit;
thats it

Where did you set “position:inherit;” ?