<ul class="list"> <li><a href="">Text 1</a></li> <li><a href="">Text 2</a></li> <li><a href="" class="selected">Text 3</a></li> </ul>
I am trying to select the list item with an anchor via css but can't figure out how to do so without selecting ALL anchors within all lists. Here is the ...