Jquery UI DatePicker CSS 文件
我开始在我的页面中集成 jquery ui datepicker。
我包含了 js 文件:
jquery-1.5.1.js
jquery.ui.core.js
jquery.ui.widget.js
jquery.ui.datepicker.js
和 CSS 文件:
jquery.ui.datepicker.css
但结果是没有背景的日期选择器......
我错过了什么?
我手动添加后: .ui-datepicker{background-color: silver;}
它显示如下:
I started integrating jquery ui datepicker in my page.
I included the js files:
jquery-1.5.1.js
jquery.ui.core.js
jquery.ui.widget.js
jquery.ui.datepicker.js
and CSS Files:
jquery.ui.datepicker.css
But it resulted out datepicker without the background...
what am i missing on it?
After i manually add :.ui-datepicker{background-color: silver;}
it shows like:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
检查 datepicker.css 是否有缺少背景的元素的样式定义。如果没有..只需检查 firebug (或类似工具)中的元素并添加您自己的样式。可能已经有一个类,因此只需在样式表中添加您的样式,或将其添加到 detepicker.css 中。
Check the datepicker.css if there is style definition for the element with missing background. If not..just check the element in firebug (or similar tool) and add your own style. There probably will be already a class, so just add your style in your stylesheet, or add it into detepicker.css.
再次解压所有文件就解决了...我希望有些文件丢失了
Got it solved unpackaing all the files once more... i hope some files were missing
对于仅设置 DatePicker 的样式,这些是必要的样式表文件:
或缩小的样式表文件:
For styling only the DatePicker, these are the necessary stylesheet files:
or the minified ones: