/head> #bite #bite a{ display:block } #bite .death { margin-top:-40px;filter: alpha(opacity = 0); opacity:0;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out; } #bite:hover .death { margin-top:2px; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out; filter: alpha(opacity = 100); filter: alpha(opacity = 100); opacity:100; }z