【发布时间】:2016-01-29 14:11:07
【问题描述】:
我正在尝试删除日历标题后面的灰色背景,但没有任何运气。这是工具箱中的默认日历控件。谁能看到我错过了什么?
我的最佳猜测是:
#Calendar1 td
{
background-color: transparent;
}
但是没有用。我似乎无法处理那种背景颜色。
【问题讨论】:
-
就是上面显示的控件的渲染html。
标签: asp.net web-controls backcolor asp.net-webcontrol calendar-control