DateClick 1.42 Released
This update adds the following functionality to DateClick:
* The CSS file has been updated with a new class, 'today' that allows you to add a custom style for "today's" date. Additionally, every class in the CSS file now has an extended description in the comments so it is much easier to edit.
* Positioning the popup calendar is now easier and more flexible than ever before. X and Y parameters have been added to the configuration string that allow you to offset the placement of the calendar from its default position on the page. Setting X:25, for example, moves the calendar 25 pixels to the right, and -25 moves it 25 pixels to the left.
* There is another new configuration parameter POSITION. The default behavior for this parameter is still to show the calendar at the point of the mouse click. Setting this to 1, however, tries to place the calendar where the DateClick icon resides on the screen, and setting it to 2 defaults the position to the top left of the screen. Of course, the new X and Y parameters offset these new positions, so you have total control over where the calendar is displayed.