This sounds very similar to an issue I've run into a couple times where the CSS position property on the .wc-cal-event elements gets set to relative instead of absolute. You might try adding a rule like this to your stylesheets:
.wc-cal-event {
position: absolute !important;
}
Thanks,
Brian..
I'm using jquery-week-calendar v2.0-dev and when I show two events on the same day, the second event shows the wrong time. See attachment. When I grab the bottom of the first event with the mouse and start resizing, the second event suddenly appears. I have checked all my .js and .css files against the demo in weekcalendar.html. And everything matches. Anyone have any ideas? Thanks! Chirag
--
You received this message because you are subscribed to the Google Groups "jquery week calendar" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jquery-week-cale...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.