This works fine:
ul.tabs a.current:hover {
background-position: -420px -31px;
color:#000;
}
but this dosent
ul.tabs a.commentArea.current:hover {
background-position: -420px -31px;
color:#000;
}
Im getting the indication that I wrote this style incorrectly, as the css isnt working on my element. How would I write this correctly...proper syntax?
<a class="commentArea current">?