asp.net中HyperLink怎么去掉下划线?
在.NET2003中,我设置了HyperLink的属性underline为ture和flase,但均未有反应。请高手指点!...
在.NET2003中,我设置了HyperLink的属性underline为ture和flase,但均未有反应。请高手指点!
展开
2个回答
展开全部
在源代码中设置样式:<head>
...
</head>
如下:
<style type="text/css">
<!--
a.ok:link {
font-size: 12px;
color: #993300;
text-decoration: none;
}
a.ok:hover {
font-size: 12px;
color: #FF99CC;
text-decoration: none;
}
a.ok:active {
font-size: 12px;
color: #6699CC;
text-decoration: none;
}
a.ok:visited {
font-size: 12px;
color: #CC3333;
text-decoration: none;
}
a:link {
font-size: 12px;
color: #0066CC;
text-decoration: none;
}
a:hover {
font-size: 12px;
color: #009900;
text-decoration: none;
}
a:active {
font-size: 12px;
color: #0066CC;
text-decoration: none;
}
a:visited {
font-size: 12px;
color: #0033CC;
text-decoration: none;
}
-->
</style>
还可以用theme做,实际上也是样式,只是运用时不用css="aaa"了,不明白可以发信息给我
...
</head>
如下:
<style type="text/css">
<!--
a.ok:link {
font-size: 12px;
color: #993300;
text-decoration: none;
}
a.ok:hover {
font-size: 12px;
color: #FF99CC;
text-decoration: none;
}
a.ok:active {
font-size: 12px;
color: #6699CC;
text-decoration: none;
}
a.ok:visited {
font-size: 12px;
color: #CC3333;
text-decoration: none;
}
a:link {
font-size: 12px;
color: #0066CC;
text-decoration: none;
}
a:hover {
font-size: 12px;
color: #009900;
text-decoration: none;
}
a:active {
font-size: 12px;
color: #0066CC;
text-decoration: none;
}
a:visited {
font-size: 12px;
color: #0033CC;
text-decoration: none;
}
-->
</style>
还可以用theme做,实际上也是样式,只是运用时不用css="aaa"了,不明白可以发信息给我
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |