dear all.. i have jQuery Datepicker inside my form. my problem is after i have clicked inside textfield, the datepicker shows too big. how to resize the datepicker?
+1
A:
Check for solution in this thread
I quote -
add in a stylesheet loaded after the ui-files
div.ui-datepicker{
font-size:10px;
}
ShiVik
2010-08-13 02:50:51
that's great..fiuhh i almost make change at datepicker's css...thanks
klox
2010-08-13 03:03:08