Ad Code

AJAX Calendar Extender IE8 Bug

The calendar extender that comes with the AJAX Control Toolkit has a bug in IE8 whereby the "left/right" arrows to scroll through months do not work.

This is caused by the fact that the ‘title’ div spans the full width of the control and so the links end up behind this div.

To fix this problem, add the following line to your stylesheet:

.ajax__calendar_title {width:140px; margin:auto; }

Post a Comment

0 Comments