CSS styled <li> mouseover that won't change on hover

Posted by TJ Sherrill on Stack Overflow See other posts from Stack Overflow or by TJ Sherrill
Published on 2010-03-15T05:05:51Z Indexed on 2010/03/15 5:09 UTC
Read the original article Hit count: 356

Filed under:
|

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 change on mouseover... this seems simple, but I can't figure it out.

© Stack Overflow or respective owner

Related posts about html

Related posts about css