Around 3200 Rss Feed readers​​ Already joined, Have you?

How to Create Simple Floating Ads with Close Button

Sunday, April 03, 2011

Share this history on :

Maybe fellow bloggers have seen this tutorial, I have indeed Setau more complicated to use a lot of code, but here I try to give tips that are easier and very simple even for those of you bloggers who are new to coding could do it, ok i "Alfa" will immediately provide tutor, ya just follow steps: 


 
   1. Login Go to Blogger.com to your account each Surely
   2. Go to the Layout Tab
   3. Choose a Page Element
   4. Add a gadget Select the HTML / JAVASCRIPT
   5. And Copy the code below into it 

<a onblur="try {parent.
deselectBloggerImageGracefully();} catch(e) {}" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhjboRbYREv3kgw-SuZRTkzOe4U2w4AiVX8vlADO3KBtoPvuRfu2FW1JHFFbn_k6iTTxBj1x_9UXmgBzsAzac5Pwu9hjdLa8KLT_ur80MFxqvgwR4ceety1hBxua3g0ZCh2ewpZCC6gPNc/s1600-h/Widget.JPG"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhjboRbYREv3kgw-SuZRTkzOe4U2w4AiVX8vlADO3KBtoPvuRfu2FW1JHFFbn_k6iTTxBj1x_9UXmgBzsAzac5Pwu9hjdLa8KLT_ur80MFxqvgwR4ceety1hBxua3g0ZCh2ewpZCC6gPNc/s400/Widget.JPG" alt="" id="BLOGGER_PHOTO_ID_5433478876639914642" border="0" /></a>


<style type="text/css">
#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>

Enter the code in image that you want here  

</center>

<script type="text/javascript">
var gb = document.getElementById("gb");
gb.style.center = (30-gb.offsetWidth).toString() + "px";
</script></center></div></div>

6. Save 

Related Articles



0 Comments: