| Issue 562: | Provide compatibility with Eric Meyer's CSS Reset | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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.
Aug 25, 2010
glad you got it to work
Status:
Done
|
|
| ► Sign in to add a comment |
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.