Issue 779: Events positioning in top left of Calendar
Status:  Done
Owner: ----
Closed:  Feb 2011
Reported by itsyst...@trinityconferences.co.uk, Jan 2, 2011
Not sure if this is a bug, but I have come across the following issue:

The site that I have implemented the FullCalendar on has a general style of

    div{position:relative;}

set in the base style sheet.  When this is the case, any events that are loaded into the calendar (on month view - althought this may be the same on others) position themselves in the top left.

I have found that this is down to the positioning of the divs in the calendar tables inheriting the relative positioning.

The way I cured this issue is to add a style of

    #calendar div{position:static;}

to the base style sheet.

Hope this helps and appologies if this is just down to my own stupidity.

Cheers


Snowtoad
Feb 12, 2011
Project Member #1 adamrs...@gmail.com
thanks for submitting this. yeah, setting all div's on the page to a certain position is bound to be destructing. glad you figured it out.
Status: Done
Feb 14, 2011
#2 itsyst...@trinityconferences.co.uk
Cheers.  Glad it was an easy one :)