This website uses cookies to ensure you get the best experience on our website. More Info

AUTO HIDE


link
CARA MEMBUAT BUKU TAMU ATAU AUTO HIDE

1.       Buka Blog
2.       Klik  tata letak, pilih Tambah gadget
3.       Akan muncul tampilan baru Pilih HTML/JavaScript

4.       Akan muncul pilan Konfigurasi HTML


Copy scrip dibawah ini ke konten
<style type="text/css">
#gb{
position:fixed;
top:10px;
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/AVvXsEgwwHZxqfeV9waIsHDxUwTQTJav6u-s2-U2xrtNz5oT0VPApDzpYp1seqei1Hi1WHMrSul1R_m6pXXOPCESQYt8jox3LFQMBZKVkMzt4W8Is87ZKfTJ8TmmSV2On9F-dxU4oJsOj4U1vO01/') 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">
<!-- BEGIN CBOX - www.cbox.ws - v001 -->

Code cbox milik sobat
<!-- END CBOX -->
<script type="text/javascript">
var gb = document.getElementById("gb");
gb.style.right = (30-gb.offsetWidth).toString() + "px";
</script></div></div>

Ganti texs Biru dengan kode scrip cbok


·         Buka cbox.ws dan log in jika sudah mendaftar.
·         Pilih Publish maka akan muncul tampilan scrip auto hiden
·         Copy scrip cbox
Code script Cbox
<iframe src="https://www7.cbox.ws/box/?boxid=816163&boxtag=TDZ6AC" width="250" height="450" allowtransparency="yes" frameborder="0" marginheight="0" marginwidth="0" scrolling="auto"></iframe>               
·         Isi judul : BUKU TAMU, Pilih simpan.
·         Lihat blog


·         Tampilan blog dengan buku tamu


Subscribe to receive free email updates:

0 Response to " AUTO HIDE"

Posting Komentar