Advertisement
wildthemes

networks tab

Jan 19th, 2013
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. NETWORKS TAB
  2. Paste the code below before </style> - use CTRL+F to find it.
  3. ------------------------------------
  4. #eenie{
  5. position:fixed !important;
  6. left:10px;
  7. padding-top:5px;
  8. top:0px;
  9. padding-bottom:12px;
  10. left:50px;
  11. text-align:center;
  12. height:5px;
  13. width:110px;
  14. overflow:hidden;
  15. -webkit-transition: opacity 0.8s linear;
  16. -webkit-transition: all 0.8s ease-in-out;
  17. -moz-transition: all 0.8s ease-in-out;
  18. -o-transition: all 0.8s ease-in-out;
  19. background:#ccc;
  20. z-index:999999;
  21. }
  22. #eenie:hover{
  23. border:0px;
  24. height:300px;
  25. width:110px;
  26. z-index:999999;
  27. background:white;
  28. }
  29. ----------------------------------
  30. now paste this after <body> - use CTRL+F to find it.
  31. ----------------------------------
  32.  
  33. <a href="NETWORK URL HERE"/><img src="URL OF IMAGE HERE" height=30 /></a>
  34. <a href="NETWORK URL HERE"/><img src="URL OF IMAGE HERE" height=30 /></a>
  35. <a href="NETWORK URL HERE"/><img src="URL OF IMAGE HERE" height=30 /></a>
  36. <a href="NETWORK URL HERE"/><img src="URL OF IMAGE HERE" height=30 /></a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement