I added a image hover effect using jquery : http://jsfiddle.net/roXon/HmTrw/
my site : http://windows7themer.com
After that I am unable to see the details as you see in this image.

Now after i added the script, the div section is like this :

The title, category , author and number of pageviews are hidden by the image. Though i can see them in the source code of the page.
Can someone help me in displaying those details under div class : mosaic-overlay
You’re setting
opacity: 0in several different places on elements of classmosaic-overlay. Why? If you take that away, it works fine.