我在 asp.net 中有使用 Visual Studio 2010 创建的菜单。背景颜色以前可以正常工作。有一天,我更改了 a:hover menu 的背景颜色,然后我无法再将其更改为另一种颜色。我尝试更改许多颜色或使背景颜色透明。但是,CSS 似乎不再起作用。我想知道asp.net发生了什么。之前可以正常使用。我尝试删除 bin 文件并清理解决方案。没有人工作。
div.menu ul li a:hover
{
background-color: #bfcbd6;
color: #465c71;
text-decoration: none;
}
请帮忙。