1. Masuk Ke
Blogger Kamu kemudian Login
2. Dasbor Kemudia Rancangan --> Tambah Gadget --> Pilih HTML/JavaScript
3. Terus Copy Code Di bawah Ini Dan Letakkan di dalam HTML/JavaScript tersebut
Ne Code ea :
<style type="text/css">
#at{
position:fixed;
right:450px;
z-index:+1000;
}
* html #at{position:relative;}
.attab{
height:100px;
width:30px;
float:left;
cursor:pointer;
background:url();
}
.atcontent{
float:left;
border:2px solid #999;
background:url("http://petir-project.googlecode.com/files/zuaz-petir.gif") #000;
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
padding:10px;
-moz-box-shadow: 0px 2px 5px 0px #f8f9b9;
}
</style>
<script type="text/javascript">
function showHideAT(){
var at = document.getElementById("at");
var w = at.offsetWidth;
at.opened ? moveAT(0, -200-w) : moveAT(20-w, 0);
at.opened = !at.opened;
}
function moveAT(x0, xf){
var at = document.getElementById("at");
var dx = Math.abs(x0-xf) > 25 ? 35 : 1;
var dir = xf>x0 ? 1 : -1;
var x = x0 + dx * dir;
at.style.bottom = x.toString() + "px";
if(x0!=xf){setTimeout("moveAT("+x+", "+xf+")", 10);}
}
</script>
<div id="at">
<div class="attab" onclick="showHideAT()"> </div>
<div class="atcontent">
<div align="center">
<div style="background:url(http://i1141.photobucket.com/albums/n589/farii123/screen.jpg?t=1334719233) no-repeat;">
<!-- BEGIN CBOX - www.cbox.ws - v001 --><div id="cboxdiv" style="text-align: center; line-height: 0"><div><iframe frameborder="0" width="252" height="355" src="http://www5.cbox.ws/box/?boxid=763132&boxtag=81z0mq&sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain5-763132" style="border: 0px solid;" id="cboxmain5-763132"></iframe></div><div><iframe frameborder="0" width="252" height="75" src="http://www5.cbox.ws/box/?boxid=763132&boxtag=81z0mq&sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform5-763132" style="border: 0px solid;border-top:0px" id="cboxform5-763132"></iframe></div></div><!-- END CBOX -->
</div>
</div>
<br />
<div align="right"><a href="javascript:void(0);" onclick="showHideAT()"><img border="0" src="http://www.yminds.com/images/closeButton.png" alt="close" title="Tutup Cbox" /></a></div>
<div style='display:scroll; position:fixed; bottom:20px; left:0px;'><a href="javascript:void(0);"onclick="showHideAT()"/><img src="http://i1141.photobucket.com/albums/n589/farii123/th_icon_chat.png" /></a>
</div>
4. Yang Warna Merah Code Cbox Saya Tinggal Kamu Ganti Deh Code Cbox ea...
5. Kalau Kamu tidak punya Cbox kamu tinggal daftar
DISINI
6. Tinggal Kamu Simpan Deh Dan Selesai...
Selamat Mencoba !