How can I use jQuery UI to display an always-visible datepicker widget?
.ui-datepicker { z-index: 1000; width: 17em; width:500px; padding: .2em .2em 0; display: none; position: absolute; padding: 100px 20px; top: 100px; left: 50%; margin-top: -100px; }
i have overrided the style to the above one and now it works better