首页 新闻 会员 周边

请问如何把asp:Calendar控件显示的日期数字的下划线去掉?

0
悬赏园豆:20 [已关闭问题]

请问如何把asp:Calendar控件显示的日期数字的下划线去掉?

八九点钟的主页 八九点钟 | 初学一级 | 园豆:180
提问于:2009-10-28 01:52
< >
分享
其他回答(2)
0

http://www.cnblogs.com/downmoon/archive/2008/08/02/1258686.html

邀月 | 园豆:25475 (高人七级) | 2009-10-28 07:56
0

格式化下就可以了吧。

Bēniaǒ | 园豆:692 (小虾三级) | 2009-10-28 08:57
0

CSS 样式的问题

text-decoration:none;

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>woody test</title>
<style type="text/css">
.woody a
{
text-decoration
:none;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div>
</div>
<asp:Calendar ID="Calendar1" runat="server" class='woody'></asp:Calendar>
</form>
</body>
</html>
                        
woody.wu | 园豆:3621 (老鸟四级) | 2009-11-11 20:45
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册