| Issue 674: | Date Picker Overlap on Fullcalendar events | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Is there anyway to ensure datepicker calendar should overlap events in the fullcalendar. In Internet Explorer 6,7 & 8 the jquery date picker works correct as shown in attached screenshot, but in Firefox and Chrome it is not. secondly i am unable to align fullcalendar to left in firefox and chrome, but works correctly in internet exporer for Internet explorer.
Nov 21, 2010
i'm sorry, won't be able to help you because these are issues related to your code or your understanding of html/css.
Status:
Done
|
|
| ► Sign in to add a comment |
I am able to resolve alignment issue by position: absolute; For overlap issue I have increased z-index value #ui-datepicker-div { z-index: 9999999; } but still calendar events overlap datepicker in Mozilla browser.