CraigWardman.com

[ AJAX Calendar Extender IE8 Bug ]

/Blog/Post

A catalogue of my discoveries in software development and related subjects, that I think might be of use or interest to everyone else, or to me when I forget what I did!

AJAX Calendar Extender IE8 Bug

Thursday, 7 January 2010


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:150px; margin:auto; }

Labels: ,

Share This!



0 Comments:

Post a Comment

<< Home

CraigWardman.com