我正在使用jquery datepicker ui plugin 1.9.2
我有prev.png
和next.png
张图片,请告诉我们如何将此按钮设为prev和next按钮的背景图片?
答案 0 :(得分:2)
我这样用过:
.ui-datepicker .ui-datepicker-prev { background: url("../images/next-previous.png") no-repeat scroll -2px center transparent; } .ui-datepicker .ui-datepicker-next { background: url("../images/next-previous.png") no-repeat scroll -18px -2px transparent; right: 2px; }