Jquery 日历箭头丢失
我在我的网站上尝试了 Jquery 日历,效果很好。我从 ajax.googleapis.com 链接了 css 样式表,日历很好,但太大了。所以我只是将文件复制到我的服务器并更改文件中的高度和宽度。
但现在前进和后退的箭头已经消失了。在我的服务器上托管 css 时如何取回它们?
谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您还需要在服务器上托管图像文件(或修复下载的样式表中的 url)。
如果您从网站下载 jQuery UI,您将获得包含的所有必需文件。
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.