Issue 674: Date Picker Overlap on Fullcalendar events
Status:  Done
Owner: ----
Closed:  Nov 2010
Reported by nagendr...@gmail.com, Oct 17, 2010
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.



IE.jpg
74.4 KB   View   Download
Firefox.jpg
83.1 KB   View   Download
fullcalendar.txt
10.7 KB   View   Download
Oct 18, 2010
#1 nagendr...@gmail.com
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.


Nov 21, 2010
Project Member #2 adamrs...@gmail.com
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