For some reason I am dying trying to get a datepicker setup with some decent CSS.
Functionally, my datepicker is fine...it's just lacking the presentation the demonstrations always seem to have. I use the theme roller to download any of the gallery ones and then include the ui.datepicker.css in my page and my calendar is always transparent. I had this problem once before but then I just used another datepicker... How many css files do you need to get your datepicker to end up like the ones on the theme roller page? Maybe someone can steer me in the right direction here. Here is my input item: <input id="datepicker" type="text" name="DOB" id="DOB"> Here is my datepicker instantiation page: $(function(){$('#datepicker').datepicker();});