Active links' color change in IE6 and FireFox
- by aladine
Hi, I make link buttons on sidebar of a web page. It will change color if I click the button. It works well in IE6 but not Firefox. Anyone can advise me how to make it on in FF. Million thanks.
Here are parts in css and html body:
.sidenav li a:active {
background: #cff;
color: blue;
}
....
<div class="sidenav">
<ul>
<li><a href="..." ></a></li>
</ul>