Is it possible to show content when hovering over the DIV. See Image
When I hover over the div, the transition takes place, but is it possible to show content inside the
If, per say, you have this context :
something-inside something-inside-but-hidden
CSS
.something-inside-but-hidden {display:none} .flowingdown:hover .something-inside-but-hidden {display:block}
Working example jsFiddled here