img.opacity { opacity: 0.5; filter: alpha(opacity=50); } img.opacity:hover { opacity: 1; filter: alpha(opacity=100); }