How to Create Ads AdsenseCamp hovering Blog
Actually pretty easy and easy, please follow these instructions:
1. Go to your Blogger account, Go to Layout
2. Then the "Add Gadget" above Header
4. Click "HTML / Javascript"
5. Enter the code below.
1. Go to your Blogger account, Go to Layout
2. Then the "Add Gadget" above Header
4. Click "HTML / Javascript"
5. Enter the code below.
<style type="text/css">Enter the code in the ad or image that you want here
#gb{
position:fixed;
top:10px;
z-index:+1000;
}
* html #gb{position:relative;}
.gbcontent{
float:right;
border:2px solid #A5BD51;
background:#ffffff;
padding:10px;
}
</style>
<script type="text/javascript">
function showHideGB(){
var gb = document.getElementById("gb");
var w = gb.offsetWidth;
gb.opened ? moveGB(0, 30-w) : moveGB(20-w, 0);
gb.opened = !gb.opened;
}
function moveGB(x0, xf){
var gb = document.getElementById("gb");
var dx = Math.abs(x0-xf) > 10 ? 5 : 1;
var dir = xf>x0 ? 1 : -1;
var x = x0 + dx * dir;
gb.style.top = x.toString() + "px";
if(x0!=xf){setTimeout("moveGB("+x+", "+xf+")", 10);}
}
</script>
<div id="gb">
<div class="gbtab" onclick="showHideGB()"> </div>
<div class="gbcontent">
<div style="text-align:right">
<a href="javascript:showHideGB()">
.:[Close][Klik 2x]:.
</a>
</div>
<center>
</center>Close Word] [Click 2x can be replaced at will. Thus only, Thank You
<script type="text/javascript">
var gb = document.getElementById("gb");
gb.style.center = (30-gb.offsetWidth).toString() + "px";
</script></center></div></div>
0 komentar:
Post a Comment