search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

To set Z-index in DayPilot Month

Asked by Dhaval
14 years ago.

Hi,

I am using DayPilotMonth 5.6.

I am using jQuery Menu.

In my page I am using DayPilot Month Control.

I am facing problem to set z-index for Menu in the specified page.

I already used z-index for my menu and rest all pages its working fine and display menu on the page.

But on the page I am using DayPilot Month, z-index is not getting set properly.

I tried to apply Z-Index on DayPilot Month to make this contol behind the menu. but its not working.

Please tell what to do to fix this issue.

Thanks,

Answer posted by Dan Letecky [DayPilot]
12 years ago.

The z-index of the DayPilotMonth control can't be set directly but you can put it inside a special div with z-index specified:

<div style="z-index:1">
<DayPilot:DayPilotMonth ...... />
</div>
This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.