1、如何去除日期的下划线
解决方法:采用样式表,如何Calendar控件的ID为:calStEndDt,则可以采用下面的样式表:
#calStEndDt a:link {
text-decoration: none;
}
#calStEndDt a:visited {
text-decoration: none;
}
#calStEndDt a:hover {
text-decoration: none;
}
#calStEndDt a:active {
text-decoration: none;
}
解决方法:采用样式表,如何Calendar控件的ID为:calStEndDt,则可以采用下面的样式表:
#calStEndDt a:link {
text-decoration: none;
}
#calStEndDt a:visited {
text-decoration: none;
}
#calStEndDt a:hover {
text-decoration: none;
}
#calStEndDt a:active {
text-decoration: none;
}
535

被折叠的 条评论
为什么被折叠?



