themeroller and datepicker don't play nice together?
Hi,
I just downloaded the "south street" theme and it is very pretty. I
tried to apply it to a datepicker applied to a text box, and got goofy
results.
I discovered the problem. The themeroller has this line:
.ui-datepicker-div
when it really needs this instead:
#ui-datepicker-div
Maybe the real problem is that the datepicker jquery function should
assign a class, not an ID, since there could be multiple datepickers
on a page.
Matt