How can I make the div ".socialIconsShow" fade in when hovering over ".socialIcons", and then fade out when hovering over ".socialIconsShow"? Is there a way to keep the icons visible even after leaving ".socialIcons"?
<div class="socialNetworks">
<ul>
<li><a href="#">Configure</a></li>
<li><a href="#">Contact</a></li>
<li class="socialIcons"><a href="#">Follow</a></li>
</ul>
</div>
<div class="socialIconsShow">
<div class="facebook"></div>
<div class="twitter"></div>
<div class="linkedin"></div>
</div>
</div>
For a live demonstration, you can check out this link: