Issue 1833: Month View not displayed in IE6
Status:  Done
Owner: ----
Closed:  Aug 2013
Reported by blackrid...@gmail.com, May 15, 2013
Hello,

I know that you officially stopped the support for Internet Explorer 6, but if you can help me on this one, I would be grateful.
The plugin works perfectly in IE6 for the AgendaWeek and AgendaDay, but does not display at all when switching to Month View.
May 16, 2013
#1 blackrid...@gmail.com
Okay it was simply a CSS issue with Internet Explorer 6.
To fix it, you have to add this line in fullcalendar.css :

.fc-view {
     _overflow: visible; /* Hack for IE6 not displaying the month view */
}

Enjoy :)
Aug 24, 2013
Project Member #2 adamrs...@gmail.com
thanks for the fix, but ie 6 support was dropped in v1.6.0 i believe
Status: Done