Categories | Question details Back To List | ||
calendar behind flash Hello, I use the double calendar on a page, but the problem is that the calendar disappears behind a flash movie that's also on the page. How can I force the calender to show up in front of the flash movie? Thanks! Dries Answer posted by Support on May 18, 2009 03:18 You can try to increase z-index of calendar dhtmlxcalendar.css .dhtmlxcalendar{ background: url(imgs/cal_bg_single.gif) no-repeat; border: 0px solid green; font-family: Arial; z-index:99; // try to increase with value, set 9999 for example Answer posted by Dries on May 21, 2009 01:44 I already tried to increase the z-index, but that didn't work. I'm using a double calendar in a report. The dbl calendar is on top of the page, created as a <div>. The style is set to absolute, so when the user clicks on an icon, the calendar opens under two input fields. I know there was a bug in IE6 where dhtml objects moved behind some form elements. But that's not the case here. The calender shows in front of <select> boxes. And the problem of appearing behind flash objects is also in IE7. Answer posted by Dries Geris (softswoon) on May 21, 2009 01:57 Ok, I solved the problem. This solved the problem. Now the calendar shows up in front of the flash movie. |