Treeview 控件子节点和父节点的链接线怎么去掉
答案:1 悬赏:40 手机版
解决时间 2021-08-19 14:15
- 提问者网友:不爱我么
- 2021-08-18 16:04
Treeview 控件子节点和父节点的链接线怎么去掉
最佳答案
- 五星知识达人网友:孤独入客枕
- 2021-08-18 17:11
加入下面的代码 修改为你要的颜色就好了
<style type="text/css">
a:link { text-decoration: none;color: blue}
a:active { text-decoration:blink}
a:hover { text-decoration:none;color: red}
a:visited { text-decoration: none;color: green}
</style>
a:link 指正常的未被访问过的链接;
a:active 指正在点的链接;
a:hover 指鼠标在链接上;
a:visited 指已经访问过的链接;
text-decoration是文字修饰效果的意思;
none参数表示超链接文字不显示下划线;
underline参数表示超链接的文字有下划线
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯