Issue 606: My Calendar, when the page initially loads, stacks events in top left corner....
Status:  Done
Owner: ----
Closed:  Aug 2010
Reported by greatunk...@hotmail.com, Aug 14, 2010
When the page my calendar is on initially loads and the calendar is opened (i have the calendar div hidden at first and then shown on click of a "Calendar" tab) all of the events are stacked on top of each other in the top left corner. When you click prev/next month, and then go back, the events are shown as they should. Anyone have any ideas?

Aug 19, 2010
#1 DBoz...@gmail.com
I have the exact same problem. This even happens when your not setting any attributes.
fullcalendar_issue.png
21.4 KB   View   Download
Aug 19, 2010
#2 DBoz...@gmail.com
I found the solution. It was because I had div set as relative for all divs in my website.

changing that fixed it.
Aug 19, 2010
#3 greatunk...@hotmail.com
what did u end up changing the divs to?
Aug 19, 2010
#4 greatunk...@hotmail.com
I tried messing around with the positioning on the calendar div and parent divs but no help, ill keep trying
Aug 20, 2010
#5 DBoz...@gmail.com
Well normally I set in my css 'div position' to relative. That way all my divs inherite that setting. But that just messes up the agenda, maybe you can set all the div's that have no position attribute to static.
Aug 25, 2010
Project Member #6 adamrs...@gmail.com
yeah, setting all divs to position:relative is pretty dangerous and bound to cause problems w/ other js libraries. glad you got it to work
Status: Done