Style jQuery UIDatePicker Plugin
How is it possible to style the uidatepicke开发者_StackOverflow社区r like in this example:
http://jqueryui.com/demos/datepicker/
You can use jQuery's theming. Try: http://jqueryui.com/themeroller/. If you're wanting to get into the guts of the CSS, use Firefox with Firebug. Inspect elements and tweak the CSS file that you used for the UI.
精彩评论