Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- NETWORKS TAB
- Paste the code below before </style> - use CTRL+F to find it.
- ------------------------------------
- #eenie{
- position:fixed !important;
- left:10px;
- padding-top:5px;
- top:0px;
- padding-bottom:12px;
- left:50px;
- text-align:center;
- height:5px;
- width:110px;
- overflow:hidden;
- -webkit-transition: opacity 0.8s linear;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- background:#ccc;
- z-index:999999;
- }
- #eenie:hover{
- border:0px;
- height:300px;
- width:110px;
- z-index:999999;
- background:white;
- }
- ----------------------------------
- now paste this after <body> - use CTRL+F to find it.
- ----------------------------------
- <a href="NETWORK URL HERE"/><img src="URL OF IMAGE HERE" height=30 /></a>
- <a href="NETWORK URL HERE"/><img src="URL OF IMAGE HERE" height=30 /></a>
- <a href="NETWORK URL HERE"/><img src="URL OF IMAGE HERE" height=30 /></a>
- <a href="NETWORK URL HERE"/><img src="URL OF IMAGE HERE" height=30 /></a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement