I am using jQuery UI 1.8.11 datepicker. It works good for FF/Chrome but fails to load properly on IE6. One solution I found to make it work on IE6 is to disable the animation (i.e. showAnim: none). But it will disable animation for all other modern browsers too.
Is there any way I can disable it ONLY FOR IE6 and showAnim: "drop" for other browsers?
Thanks in advance...