Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: jQuery datepicker next/prev images
我正在使用 jquery datepicker ui 插件 1.9.2
我有prev.png图片next.png,请告诉如何使这个按钮作为上一个和下一个按钮的背景图像?
prev.png
next.png
我是这样使用的:
.ui-datepicker .ui-datepicker-prev { 背景:url(“../images/next-previous.png”)无重复滚动-2px中心透明; } .ui-datepicker .ui-datepicker-next { 背景: url("../images/next-previous.png") 无重复滚动 -18px -2px 透明; 右:2px; }