2012-12-25 67 views

回答

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; 
    } 

相关问题