If you use jscalendar in your projects you might want to read further. We use it a fair amount here as it is a good date picking tool and it plugs into the cakePHP framework really well. Anyway, there have been some reported bugs with this component with the proper placement of the calendar in Internet explorer 6 & 7. The problem arises when the calendar that is being generated is fairly close to edge of the displayable area. When you click on the element to bring the calendar up it is no where near where you clicked. The solution is fairly simple, but can be maddening to find and fix. Luckily someone already has. If you open the caledar.js file in the inlcuded files, just change the following lines (should be around line number 1393 and 1394). (more…)