Advertisement
humpschapel

hover tab code 1

Jul 2nd, 2013
3,705
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. #bite
  2. #bite a{
  3. display:block
  4. }
  5. #bite .death {
  6. margin-top:0px;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-top:0px;
  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. }
  20.  
  21. #actualnews {
  22. font-family:calibri;
  23. font-size:10px;
  24. color: #b8b8b8;
  25. width:100px;
  26. height:auto;
  27. padding-top:3px;
  28. border:1px solid#b8b8b8;
  29. margin-left: 20px;
  30. margin-top:25px;
  31. text-align:center;
  32. position:fixed;
  33. }
  34.  
  35. #thekey img{
  36. width:60px;
  37. margin-top: 0px;
  38. margin-left: 5px;
  39. position:fixed;
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement