Possible duplicate:
How to resize jQuery DatePicker control
Tell me how to resize jquery ui datepicker. My default datepicker parameter width and height is close to 308px and 285px . This is too large for my page. Please tell me how to change this? Why did it get so big? I just copied and pasted the code and replaced the css and js files in the appropriate places.
<link rel="stylesheet" type="text/css" href="./css/ui/jquery.ui.all.css"> <script src="./js/jquery-1.5.1.js"></script> <script src="./js/ui/jquery.ui.core.js"></script> <script src="./js/ui/jquery.ui.widget.js"></script> <script src="./js/ui/jquery.ui.datepicker.js"></script>
Thanks.
jquery jquery-ui datepicker
Learningner
source share