Do you have any styles applied to the textbox themselves? Or to their containers? It is possible that the z-index of the textbox is set high for some reason. I think the z-index of the ui-datepicker must be higher. Maybe you can try this:
input{
z-index:1;
}
Vincent Ramdhanie
2009-10-16 11:06:33