问题描述
怎样去掉treeview的节点的下划线?感觉有下划线不太好看,但不知道怎么去掉
解决方案
解决方案二:
showlines=false这样?
解决方案三:
如果是鼠标放上去显示下划线的话,你可以CSS来控制一下就行了
解决方案四:
引用2楼5653325的回复:
如果是鼠标放上去显示下划线的话,你可以CSS来控制一下就行了
showline是节点的连接线,不是下划线现在的情况是,鼠标不放上去也显示下划线,用CSS怎么去掉下划线啊谢谢
解决方案五:
css
解决方案六:
实现方法很简单,在源代码的<head>和<head>之间加上如下的CSS语法控制: <styletype="text/css"> <!-- a:link{text-decoration:none;color:blue} a:active{text-decoration:blink} a:hover{text-decoration:underline;color:red} a:visited{text-decoration:none;color:green} --> </style> 其中: a:link指正常的未被访问过的链接; a:active指正在点的链接; a:hover指鼠标在链接上; a:visited指已经访问过的链接; text-decoration是文字修饰效果的意思; none参数表示超链接文字不显示下划线; underline参数表示超链接的文字有下划线
解决方案七:
引用5楼rejoice123的回复:
实现方法很简单,在源代码的<head>和<head>之间加上如下的CSS语法控制: <styletype="text/css"> <!-- a:link{text-decoration:none;color:blue} a:active{text-decoration:blink} a:hover{text-decoration:underline;color:red} a:visited{text-decoration:none;color:green} --> </style> 其中: a:link指正常的未被访问过的链接; a:act…
但是对于treeview不起作用啊
解决方案八:
引用6楼snowshaken的回复:
引用5楼rejoice123的回复:实现方法很简单,在源代码的<head>和<head>之间加上如下的CSS语法控制: <styletype="text/css"> <!-- a:link{text-decoration:none;color:blue} a:active{text-decoration:blink} a:hover{text-decoration:underline;color:red} a:visited{text-decoration:none;color:green} --> </style> 其中: a:…
<styletype="text/css"> a:link{text-decoration:none;color:blue} a:active{text-decoration:blink} a:hover{text-decoration:underline;color:red} a:visited{text-decoration:none;color:green} </style>
把注释去掉就可以了
解决方案九:
引用7楼5653325的回复:
引用6楼snowshaken的回复:引用5楼rejoice123的回复:实现方法很简单,在源代码的<head>和<head>之间加上如下的CSS语法控制: <styletype="text/css"> <!-- a:link{text-decoration:none;color:blue} a:active{text-decoration:blink} a:hover{text-decoration:underline;color:red} a:visited{text-decoration:none;color:green} --> <…
路过,帮顶,接分
解决方案十:
引用7楼5653325的回复:
引用6楼snowshaken的回复:引用5楼rejoice123的回复:实现方法很简单,在源代码的<head>和<head>之间加上如下的CSS语法控制: <styletype="text/css"> <!-- a:link{text-decoration:none;color:blue} a:active{text-decoration:blink} a:hover{text-decoration:underline;color:red} a:visited{text-decoration:none;color:green} --> </style>…
可还是不起作用
解决方案十一:
<spanstyle="text-decoration:none;>TreeView控件</span>
解决方案十二:
TREEVIEW有属性啊你肯定哪里把属性设置错了
解决方案十三:
调试过,以下没下划线:CSS样式:A:link{COLOR:#333366;TEXT-DECORATION:none}A:active{COLOR:#333366;TEXT-DECORATION:none}A:visited{COLOR:#333366;TEXT-DECORATION:none}A:hover{COLOR:#ff0000;TEXT-DECORATION:none}
Default.aspx控件代码:<asp:TreeViewID="TreeView1"runat="server"ExpandDepth="0"></asp:TreeView>
我的TreeView基本没设置什么属性,请你确定你把CSS样式调用成功,你是内部CSS调用,还是外部CSS文件调用?
解决方案十四:
好像节点不做链接就没有下划线
解决方案十五:
引用12楼wknight_IT的回复:
调试过,以下没下划线:CSS样式:CSScodeA:link{COLOR:#333366;TEXT-DECORATION:none}A:active{COLOR:#333366;TEXT-DECORATION:none}A:visited{COLOR:#333366;TEXT-DECORATION:none}A:hover{COLOR:#ff0000;TEXT-DECORATION:none}Default.aspx控件代码:C#code<asp:TreeViewID="TreeView1"runat="server"ExpandDepth="0"></asp:TreeView>我的TreeView基本没设…
你的设置了的子节点也没有下划线吗?具体怎么调用?
解决方案:
引用14楼snowshaken的回复:
引用12楼wknight_IT的回复:调试过,以下没下划线:CSS样式:CSScodeA:link{COLOR:#333366;TEXT-DECORATION:none}A:active{COLOR:#333366;TEXT-DECORATION:none}A:visited{COLOR:#333366;TEXT-DECORATION:none}A:hover{COLOR:#ff0000;TEXT-DECORATION:none}Default.aspx控件代码:C#code<asp:TreeViewID="TreeView1"run…
都没有下划线的啊,为了链接美观点,一般都用CSS来修饰的啊,你是问具体怎么添加吗?将上面的CSS样式存入style.css在你的aspx页面的<head></head>之间加<linkhref="style.css"type="text/css"rel="stylesheet"/>就可以了,也可以用内部调用CSS的办法,如果你还是不行,可能操作有误,我可以发我的部分代码给你学习,代码包括:treeview、sitemapdatasource的使用以及连接地址如何以GET形式出现andsoon,希望对你有帮助!
解决方案:
我也试过了,不行的
解决方案:
路过学习
解决方案:
treeview有样式表的你可以在属性里面调节
解决方案:
a:link{text-decoration:none}
解决方案:
什么属性?
解决方案:
<asp:TreeViewID="tvBanks"Height="320px"runat="server"ontreenodeexpanded="tvBanks_TreeNodeExpanded"ImageSet="Arrows"><ParentNodeStyleFont-Bold="False"/><HoverNodeStyleFont-Underline="False"ForeColor="#000000"/><SelectedNodeStyleFont-Underline="False"ForeColor="#000000"HorizontalPadding="0px"VerticalPadding="0px"/><Nodes><asp:TreeNodeText="银行"Value="新建节点"></asp:TreeNode></Nodes><NodeStyleFont-Names="Tahoma"Font-Size="10pt"ForeColor="Black"HorizontalPadding="5px"NodeSpacing="0px"VerticalPadding="0px"/></asp:TreeView>