| Issue 606: | My Calendar, when the page initially loads, stacks events in top left corner.... | |
| 2 people starred this issue and may be notified of changes. | Back to list |
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
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
what did u end up changing the divs to?
Aug 19, 2010
I tried messing around with the positioning on the calendar div and parent divs but no help, ill keep trying
Aug 20, 2010
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
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
|
|
| ► Sign in to add a comment |
21.4 KB View Download