Image Effects - Themes by James 1) Change Opacity ( Place before ) 2) Change Opacity on Hover ( Place before ) 3) Shake Images on Hover PLACE THIS BEFORE ADD THIS BELOW CODE INSIDE THE TAG OF ALL THE IMAGES YOU WANT THE EFFECT APPLIED TO. class="shakeimage" onMouseover="init(this);rattleimage()" onMouseout="stoprattle(this);top.focus()" onClick="top.focus()"