First off here is a fiddle with the HTML & CSS/ http://jsfiddle.net/8kXZK/13/
What I'm trying to do is simply have all spans within the Li tag highlighted when a viewer hovers over the list. Right now the H3 Title changes only when hovering over the text.
-Keisa
li:hover span { ... }
@HugoGiraudel WOW! Wish I could have thought of that! lol SO SIMPLE! Thanks!
First off here is a fiddle with the HTML & CSS/ http://jsfiddle.net/8kXZK/13/
What I'm trying to do is simply have all spans within the Li tag highlighted when a viewer hovers over the list. Right now the H3 Title changes only when hovering over the text.
-Keisa
@HugoGiraudel WOW! Wish I could have thought of that! lol SO SIMPLE! Thanks!