Hi,
it happened to me too.
I solved it by removing the png background on the main div and on all td's:
* html .ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {background: #fcfdfd none}
* html table.ui-datepicker td a {background: #dfeffc none;}It's still a little laggy when first loading, but at least it's working, cause hey - it's IE 6 and you can't expect things to work :-)
/
P
stefan.livens wrote:
Apparently it's a bug in the cache of IE6, it will try to load all the css-background images of the calendar one by one, instead of caching it, so it's trying to download about 50 identical images, every time you open the datepicker.