468x60 Ads

How To Make Floating Ads

Want to know how to create floating ads. Ads are ads that follow the drift when we read a blog. How to create ads that float or drift how to put ads on the blog very easy, just copy and paste the code below coupled with advertisers who want to make flying easy wrong. . . Step-by-step how to create floating ads are:

      Log in to your account blogger
     Go to Tab "Layout"
     Select the "Page Elements"
     Click the "Add Gadget" Select "HTML / JAVASCRIPT"
     Copy the code below:


<style type=”text/css”>
#gb{
position:fixed;
top:10px;
z-index:+1000;
}
* html #gb{position:relative;}
.gbcontent{
float:right;
border:2px solid #000000;
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>
Add your ad code here!!
</center>
<script type=”text/javascript”>
var gb = document.getElementById(“gb”);
gb.style.center = (30-gb.offsetWidth).toString() + “px”;
</script></div></div>

0 komentar:

Post a Comment

Recent Post