Issue 562: Provide compatibility with Eric Meyer's CSS Reset
Status:  Done
Owner: ----
Closed:  Aug 2010
Reported by StlDoug, Jul 17, 2010
I haven't narrowed it down to which CSS rules that are actually causing the problems, but if you use Eric Meyer's CSS reset with fullCalendar, in FireFox all the displayed events are grouped in the first day of the month (some are not event showing) and the calendar itself is acting all goofy.

It seems to be just a rendering issue.
fullCalendar_display_problem.jpg
84.1 KB   View   Download
Jul 17, 2010
#1 StlDoug
Further investigation has revealed that it's NOT Eric Meyer's CSS Reset. It seems I merged some code from another reset rule set and the offending rules were:

table th, 
table td { position: relative; }

Not sure why those were even in there, but taking them out seems to have fixed the issue.
Aug 25, 2010
Project Member #2 adamrs...@gmail.com
glad you got it to work
Status: Done