<img src="http://photosku.com/images_file/small_images/s000_496.jpg" />
img
{
opacity:1.0;
filter:alpha(opacity=100); /* IE8 及更早的版本 */
}
img:hover
{
opacity:0.5;
filter:alpha(opacity=50); /* IE8 以及更早的版本 */
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.