when hovering on ".socialIcons", i want the div ".socialIconsShow" to fade in, and when I move the mouse to hover over ".socialIconsShow" they fadeout. Is there a way to have the icons stay visible 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>
Here's the link for you see what's going on: http://www.imsmfg.com/new/test/index.php