Why doesn’t the CSS code in the jquery.ui.datepicker.css work? I thought that it might be something in the jquery.ui.theme.css file since I used jQuery themeroller, but it wasn’t. Firebug apparently sent me to the correct lines of the right files, but I can’t seem to fix it. Would anyone be kind enough to try giving firebug a shot right here?
Why doesn’t the CSS code in the jquery.ui.datepicker.css work? I thought that it might
Share
When defining a css background color and a css background image, the image will show above the color. In this case, for example, line 26 references url(images/ui-bg_glass_75_e6e6e6_1x400.png) for the background image. If you were to modify that image, or take the image off and simply use the background color it would work.