cara membuat buku tamu otomatis terbaru


cara membuat buku tamu otomatis auto slide dan terletak di pinggir kanan

1.login dulu ke blogger
2.Pilih Layout > Add Gadget > Html/Javascript
3. daftar dulu ke http://cbox.ws/ 
4..copykan script di bawah ini :

<style type="text/css">
#gb{
position:fixed;
top:20px;
z-index:+1000;
}* html #gb{position:relative;}

.gbtab{
height:150px;
width:50px;
float:left;
background:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMwefTP0fgqEa5sUgUtYd9UDdoLvaR3KcaS0JcfxG_D5W4VajlqQB9ghZc_tRG6LIWz4CFQ44GEpnhoKYKuna9XPf7qElWv-UjnfAJb-l2NiKkXwAi2T_dWVS9U744I3DyI5catUoKL4k/s1600/bukutamu.gif') no-repeat;
}

.gbcontent {
float:left;
border:1px solid #000000;
-moz-border-radius-bottomleft:5px;
-webkit-border-radius-bottomleft:5px;
-o-border-radius-bottomleft:5px;
-khtml-border-radius-bottomleft:5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-topleft: 5px;
background: #F2F2F2; url() no-repeat bottom;
padding:10px;
}

</style>

<script type="text/javascript">
function showHideGB(){
var gb = document.getElementById("gb");
var w = gb.offsetWidth;
gb.opened ? moveGB(0, 51-w) : moveGB(30-w, 0);
gb.opened = !gb.opened;
}function moveGB(x0, xf){

var gb = document.getElementById("gb");
var dx = Math.abs(x0-xf) > 25 ? 25 : 1;
var dir = xf>x0 ? 1 : -1;
var x = x0 + dx * dir;
gb.style.right = x.toString() + "px";
if(x0!=xf){setTimeout("moveGB("+x+", "+xf+")", 5);}
}</script>

<div id="gb">
<div class="gbtab" onmouseover="showHideGB()"> </div>

<div class="gbcontent">
<center>

<!-- BEGIN CBOX - www.cbox.ws - v001 -->
<div id="cboxdiv" style="text-align: center; line-height: 0">
<div><iframe frameborder="0" width="280" height="268" src="http://www5.cbox.ws/box/?boxid=772205&amp;boxtag=cecpjf&amp;sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain5-772205" style="border:#000000 1px solid;" id="cboxmain5-772205"></iframe></div>
<div><iframe frameborder="0" width="280" height="85" src="http://www5.cbox.ws/box/?boxid=772205&amp;boxtag=cecpjf&amp;sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform5-772205" style="border:#000000 1px solid;border-top:0px" id="cboxform5-772205"></iframe></div>
</div>
<!-- END CBOX -->

<br />
<div style="text-align:center">
<span style="float:right; color:#000000;">Widget by<a target="_blank" href="http://karaokebatak.blogspot.com/2012/04/cara-membuat-buku-tamu-guestbook.html"> KaraokeBatak </a></span>
</div>
</center></div>
<script type="text/javascript">
var gb = document.getElementById("gb");
gb.style.right = (50-gb.offsetWidth).toString() + "px";
</script>

</div> 

5. save

Note :
Ganti kode warna merah dengan kode buku tamu/GuestBook/Chatbox milik sobat. Jika sobat belum punya buku tamu silahkan buat daftar terlebih dahulu di chatbox ( seperti winget chatbox sebelah kanan blog ini) , fibox, shoutchamp atau pada penyedia chatbox gratisan lainnya.


0 Response to "cara membuat buku tamu otomatis terbaru"

Posting Komentar