treenode hoverstyle
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
hi, i have this MS treeview... i'm trying to change the node hoverstyle like this: CssCollection hover = new CssCollection(); hover.Add( "background-color", "#abb4cb"); hover.Add( "border-color", "#0a246a"); hover.Add( "color", "#000000"); hover.Add( "border-Style", "solid"); hover.Add( "border-Width", "1px"); but the sun of a gun changes the color back to gray... can someone tell me why? thanks nhm