Home Unanswered Active Tags New Question

Setting z-index of DayPilot Scheduler

yet-another-z-index-issue-here. :-) I read about the same for Calendar and the like.

however, playing with the IE8 developer toolbox I discovered that if I add the z-index attribute to the style tag of the rendered main element, the whole DayPilot Scheduler stays behind (or on top as you like):

 <div id="ctl00_cphContentPage_DayPilotScheduler1" style="position: relative; line-height: 1.2; width: 895px; height: 334px; mozuserselect: none; khtmluserselect: none; z-index:-500;" dispose="function(){DayPilot.pu($0g);}">

note thez-index:-500 added through the developer toolbox.

my question is how I can programmatically specify such css property.

thank you.

matro

Asked by matro 2 years ago.
Replies
No reply yet.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java