| Issue 1833: | Month View not displayed in IE6 | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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.
Aug 24, 2013
thanks for the fix, but ie 6 support was dropped in v1.6.0 i believe
Status:
Done
|
|
| ► Sign in to add a comment |
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 :)