HTML代码:
<div id="wrapper">
<img src="http://placehold.it/300x200" class="hover" />
<p class="text">text</p>
</div>
CSS代码:
#wrapper .text {
position:relative
bottom:30px
left:0px
visibility:hidden
}
#wrapper:hover .text {
visibility:visible
}
#m_blog a img{filter:gray(enabled=0)}#m_blog a:hover img{filter:gray(enabled=1)}
a:hover {text-decoration:underlineposition:relativeleft:1pxtop:1pxclip:rect( )}