.treeview ul {
background-color: white;
margin-top: 4px;
}
.treeview a:visited {
background-color: Yellow;
}
.treeview a:active {
background-color: Yellow;
}
.treeview a:selected {
background-color: Yellow;
}
When I click on a node, the active CSS does not work due to postback. How can I highlight the clicked node without being affected by postback?