1
I have the following code:
<li class="menu-item">
<a href="http://stanlee.com.br">
<span class="jaw-menu-href-title">Home</span>
</a>
</li>
When I pass the mouse on li I want the background of to switch to white.
I just remember it like this:
.menu-item:Hover{background:white}
Doesn’t seem to work ;(
– MagicHat
Yes it works! Look at Jsfiddle!
– Jaider Master Info
After editing it might be that yes the way it was would not work.
– MagicHat