CSS styled <li> mouseover that won't change on hover
- by TJ Sherrill
I have a simple ul list. the li's contain simple a href's.
I have a background and all that on the li and I want to change the li's border when the a href is mouseover...
Is that possible?
<ul>
<li><a href="#" class="admin_button">Button 1</a></li>
</ul>
anyway, I need the li border to…