I have a problem with jquery.ui.datepicker plugin. it is missing previous and next buttons in FireFox 3.5, IE9, Chrome and Opera. The images folder is placed where the CSS file for jquery.ui exists.
How can I fix it?
regards Abid Shahzad
coopster
2:11 pm on May 2, 2011 (gmt 0)
Sounds like it is not working in any browser. First, double check your jquery ui css file and then check your HTML code to be sure you are loading the stylesheet and that it is not a 404 File Not Found.
rocknbil
5:42 pm on May 2, 2011 (gmt 0)
The images folder is placed where the CSS file for jquery.ui exists.
Also check the CSS for the datepicker. If it's using "toothpick syntax" ../ or ../../, change it all so it's relative to root.
#bottom-corner { background:url(/css/datepicker-images/bottom-corner.gif) bottom left no-repeat; }
Also using FireBug you can right-click where the element is supposed to be and get some info that way.