#img {
    margin: 1rem;
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
  
#img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}
