In this post
Asp.Net jQuery UI Datepicker size adjustment we shall see on
how to alter the size of the datepicker control.
The default datepicker looks big, we can alter the size of
the datepicker by altering the font size of the text in the datepicker, The
size can be altered by adding the following css style either to the page or to
a .css file
div.ui-datepicker
{
font-size:11px;
}
For a full example covering all posible scenarios in using a jQuery
UI Datepicker control refer to the post Asp.Net jQuery UI Datepicker Tutorial.
Related Posts
No comments:
Post a Comment