I am having difficulty with the following:
.headerNavPanel li a:hover
{
color: #11619f;
}
The color does not seem to work, it only seems to work when I reference using the control id:
#blHeaderNav li a:hover { color: #11619f; }
However, I do not want to change the a color on the list items by referencing the control, I would like to use the headerNavPanel style I have created.
What am I doing wrong?
Thanks in advance
.headerNavPanel li a:hover
{
color: #11619f;
}
The color does not seem to work, it only seems to work when I reference using the control id:
#blHeaderNav li a:hover { color: #11619f; }
However, I do not want to change the a color on the list items by referencing the control, I would like to use the headerNavPanel style I have created.
What am I doing wrong?
Thanks in advance