I referred to this post to make my hover work. But solution there is not working for me.
I have HTML like
<div id="top">
<div id="first">
</div>
<div id="second">
</div>
<div id="third">
<div id="hiddentext">1st div is hovered</div>
</div>
</div>
I have big css file...you can see the fiddle here
Can anyone help me getting my hiddentext visible on hover of "first" div.