Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jquery Calendar arrows missing

I was trying out the Jquery Calendar on my website and it worked fine. I linked the css stylesheet from ajax.googleapis.com and the calendar was fine but too big. So i simply copied the file to my server and changed the height and the width in the file.

But now the arrows for moving forward and backward have gone. How do I get them back while hosting the css on my server?

Thanks

like image 858
Ali Avatar asked May 05 '10 14:05

Ali


1 Answers

You need to also host the image files on your server (or fix up the url's in the downloaded stylesheet)

If you download jQuery UI from the website, you'll get all the required files included.

like image 132
David Hedlund Avatar answered Nov 06 '22 03:11

David Hedlund