> -----Original Message----- > From: Andy Matthews [mailto:[EMAIL PROTECTED]
> That's almost exactly what I'm looking for. Seems to drag a little bit > though...the hovers feel sluggish. Have you used this in > production before? Nope - you are on your own :) Looking through the API docs: http://docs.jquery.com/Plugins/Calendar/calendar#options There is a 'speed' option... ---- speed (String, Number): A string representing one of the three predefined speeds ("slow", "normal", or "fast") or the number of milliseconds to run the animation (e.g. 1000). Control the speed at which the calendar appears, it may be a time in milliseconds, a descriptive name ('slow', 'medium', 'fast'), or "" for immediately. ---- Jim