i tried like following to set a new background hover color
to my li tag
but i'm failed to set
please guide me in syntax.
<nav class="icons-example">
<ul>
<li><a href="#"><span class="font-icon-social-facebook" style=":hover a { background-color: blue;}"></span></a></li>
<li><a href="#"><span class="font-icon-social-tweeter" style=":hover a { background-color: nevyblue;}"></span></a></li>
</ul>
</nav>
in css file
.icons-example ul li:hover a,
.icons-example ul li.active a {
background-color: red;
}
i want to set blue color as hover please help me.
yes i can make change in css
itself but i need to change color of each li
separatly
for example for facebook blue
for tweeter navyblue
.?
can any one give me exact css change for each li