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.
我使用 vs2008 创建了一个带有日历扩展器的 Web 应用程序。在查看日历时,我想更改日历标题内的下一个和上一个按钮的图像。无论如何我可以做到这一点吗?谢谢。
尝试这个。我已经在 VS2010 上进行了测试,并且可以正常工作。
此 css 代码将修改CalendarExtender 的上个月和下个月图像的基础类
.ajax__calendar_prev { background-image: url(Images/anyImage.png) !important; } .ajax__calendar_next { background-image: url(Images/anyImage.png) !important; }