..::yudhiifummi::..

Your description goes here

  • RSS
  • Delicious
  • Facebook
  • Twitter

Atention

Selamat Datang di_Blog Kami, semoga Bermanfaat

About Me

My photo
Gaplek / Wonogiri, Jateng, Indonesia

Thumbnail Recent Post

Blogumulus by Roy Tanck and @kurniasepta Distributed by Belajar Ngeblog di Blog

Spirit

Kisah Kisah di Djamband Population

SMANSA2010/2011

Kekeluargaan yang kental dan kekal

Djamband006

Teman sejati memberi arti di setiap kehidupan

XII.RSBI 2

Kisah kasih di sekolah,dan hal yang tak terlupakan

Djamband

Suka duka di SMA

Cara membuat Shoutmix Tersembunyi

Cara membuat Shoutmix Tersembunyi
Bagaimana yah caranya membuat buku tamu tersembunyi atau shoutmix tersembunyi, ini dia langkah-langkah dan caranya :
1. Masuk ke account Blogger kamu, pilih Layout; kemudian Page Elements;
2. Klik "Add a Gadget" (yang mana aja oke), kemudian pilih "HTML/JavaScript",
3. Copy-paste kode di bawah ini:



<style type="text/css">
#gb{
position:fixed;
top:50px;
z-index:+1000;
}
* html #gb{position:relative;}
.gbtab{
height:100px;
width:30px;
float:left;
cursor:pointer;
background:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEic910pC7WPSPYC2kMkEQ20Z6ct8fJwNzdsGrOZLmIvZt4ByN2xiB7CdE5HzqLuh5H48keYFh-cZxCEbs1GvDykQHsI7MuGu6imI66GOsVd6JSFteyC8bG9zWIyBq5iFb0ARP740_37OaXt/') no-repeat;
}
.gbcontent{
float:left;
border:2px solid #A5BD51;
background:#F5F5F5;
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.right = x.toString() + "px";
if(x0!=xf){setTimeout("moveGB("+x+", "+xf+")", 10);}
}
</script>
<div id="gb">
<div class="gbtab" onclick="showHideGB()"> </div>
<div class="gbcontent">
<!-- Ganti ini dengan kode buku tamu kamu -->
<br/>
Mau seperti ini?<br/>
Click aja disini--->
<a href="http://forantum.blogspot.com/2009/09/cara-membuat-shoutmix-tersembunyi.html">
Kumpulan Blog Tutorials


</a>
<div style="text-align:right">
<a href="javascript:showHideGB()">
[close]
</a>
</div>
</div>
</div>
<script type="text/javascript">
var gb = document.getElementById("gb");
gb.style.right = (30-gb.offsetWidth).toString() + "px";
</script></div></div>

# Pada kode di atas, cari kode dan ganti kode tersebut dengan kode buku tamu yang kamu dapatkan dari situsnya,
# Kamu juga bisa atur posisinya. Ubah aja nilai atribut top-nya. Kalau mau lebih ke atas dikit, ubah jadi 30px atau 20px, terserah kamu.




(Sumber : http://membuat-tutorial.blogspot.com)

Leave a Reply