bluerosemarcella

hover menu1 (created by someone who isn't me)

Aug 9th, 2013
592
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. #bite
  2. #bite a{
  3. display:block
  4. }
  5. #bite .death {
  6. margin-bottom:20px;filter: alpha(opacity = 0);
  7. opacity:0;-webkit-transition: all 0.5s ease-out;
  8. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  9. }
  10.  
  11. #bite:hover .death {
  12. margin-bottom:20px;
  13. -webkit-transition: all 0.8s ease-out;
  14. -moz-transition: all 0.8s ease-out;
  15. transition: all 0.8s ease-out;
  16. filter: alpha(opacity = 100);
  17. filter: alpha(opacity = 100);
  18. opacity:100;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment