Mungkin Model Buku Tamu Banyak Sekali
Mulai Dari Shoutmix,Cbox, & Shotbox.
Trick Kali Ini Saya Akan
MemBagikan Trick MemodifikasiBuku Tamu
Tidak Seperti Buku Tamu Yang Biasanya Buku Tamu Yang
Satu Ini Jika Anda Klick Maka Akan Munculnya Akan Di Tengah²
Dari Halaman Blog Anda.Contoh Gambarnya Ada Di Sebelah Kiri
<== Anda
Jika ada tertarik silahkan ikuti tutorial berikut ini :
1. Login Ke Akun Blogger Anda
2. Kemudian Pilih rancangan
3. Klik Tambah Gadget pilih HTML/Javascript
4. Kemudian Copy Kode berikut ke halaman tersebut
<!-- Start Shoutbox light effect by ipan -->
<script type="text/javascript" src="http://code.jquery.com/
jquery-latest.pack.js"></script>
<script>
$(document).ready(function() {
//select all the a tag with name equal to modal
$('a[name=modal]').click(function(e) {
//Cancel the link behavior
e.preventDefault();
//Get the A tag
var id = $(this).attr('href');
//Get the screen height and width
var semahHeight = $(document).height();
var semahWidth = $(window).width();
//Set heigth and width to semah to fill up the whole screen
$('#semah').css({'width':semahWidth,'height':semahHeight});
//transition effect
$('#semah').fadeIn(1000);
$('#semah').fadeTo("slow",0.8);
//Get the window height and width
var winH = $(window).height();
var winW = $(window).width();
//Set the popup window to center
$(id).css('top', winH/2-$(id).height()/2);
$(id).css('left', winW/2-$(id).width()/2);
//transition effect
$(id).fadeIn(2000);
});
//if close button is clicked
$('.window .close').click(function (e) {
//Cancel the link behavior
e.preventDefault();
$('#semah').hide();
$('.window').hide();
});
//if semah is clicked
$('#semah').click(function () {
$(this).hide();
$('.window').hide();
});
});
</script>
<style>a {color:#ffffff; text-decoration:none}
img { border: none; }
#semah {
position:absolute;
left:0;
top:0;
z-index:9000;
background-color:#000000;
display:none;
}
#wadah .window {
position:fixed;
left:0;
top:0;
width:440px;
height:200px;
display:none;
z-index:9999;
padding:20px;
}
#wadah #ipanshoutbox {
background:url(http://i809.photobucket.com/albums/zz15/
yuda03/REDGUESTBOOK.png) no-repeat 0 0 transparent;
width:272px;
height:460px;
padding:56px 0 20px 5px;
}
#tutupan {
padding:2px 0 0 0;
}
</style>
<ul><div style='display:scroll; position:fixed; top:5px; right:3px;'>
<a href="#ipanshoutbox" name="modal"><img src="http://lh3.ggpht.com/_MvLBi88bM_I/TKBi6-LLyiI/AAAAAAAABgo/mXUIjU7ayaY/NiceGB.png" width="50" height="158" />
</a>
</div>
</ul>
<div id="wadah">
<!-- Start Shoutbox -->
<div id="ipanshoutbox" class="window">
<div id="tutupan"><input type="button" value="Close" class="close" />
</div></div><!-- End Shoutbox -->
<div id="semah"></div></div>
<!-- End of Shoutbox light effect by ipan -->
Kode Yang berwarna Merah bisa anda ganti dengan selera anda
dan yang berwarna Biru adalah kode shoutbox anda
Sekian tutorial kali ini semoga bermanfaat
0 ƘǿmєиtąЯ: