Advertisement
tr0mb

Networks Drop Down Hover by k3llin|tumblr

Aug 12th, 2012
3,856
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.08 KB | None | 0 0
  1. PASTE THIS AFTER <style type="text/css">
  2.  
  3. |
  4. |
  5. |
  6.  
  7. #networks{
  8. position:fixed !important;
  9. left:0px; padding-top:5px;
  10. top:0px;
  11. padding-bottom:12px;
  12. left:6px;
  13. text-align:center;
  14. height:15px;
  15. width:70px;
  16. overflow:hidden;
  17. -webkit-transition: opacity 0.8s linear;
  18. -webkit-transition: all 0.8s ease-in-out;
  19. -moz-transition: all 0.8s ease-in-out;
  20. -o-transition: all 0.8s ease-in-out;
  21. background:transparent;
  22. z-index:9999;
  23. }
  24.  
  25. #networks:hover{
  26. border:0px;
  27. height:400px;
  28. width:70px;
  29. z-index:999999999;
  30. background:transparent;
  31. }
  32.  
  33. ---
  34. ---
  35. ---
  36.  
  37. PASTE THIS AFTER <body>
  38.  
  39. |
  40. |
  41. |
  42.  
  43. <div id="networks"><big><b>MY NETWORKS</big></b><br>
  44. <div class="meow">
  45. <br />
  46. <div style="overflow:auto; width: 65px; height: 395px;background-color: #transparent; text-align: center;">
  47.  
  48. <a href="NETWORK'S LINK"/><img src="NETWORK'S IMAGE"/></a><br /><br />
  49.  
  50. <a href="NETWORK'S LINK"/><img src="NETWORK'S IMAGE"/></a><br /><br />
  51.  
  52. <a href="NETWORK'S LINK"/><img src="NETWORK'S IMAGE"/></a><br /><br />
  53.  
  54. <a href="NETWORK'S LINK"/><img src="NETWORK'S IMAGE"/></a><br /><br />
  55. </div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement