views:

2350

answers:

2

How can I apply my own theme to a datepicker or at least apply a theme from jQuery to it?

+2  A: 

I would recommend using http://www.themeroller.com, if that doesn't help you look more indepth into the ui.datepicker.css file and the ui.theme.css files.

bendewey
+1  A: 

I'm assuming that you are using the jQuery UI datepicker. If so, you can design a custom theme at the jQuery UI ThemeRoller, then modify the resulting CSS file to you tweak it to your liking. You'll get CSS and custom images for the hover effects. The javascript will generate code that references the classes in the CSS file.

tvanfosson