cara membuat guest book cbox melayang,dengan background gambar,buka tutup otomatis

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

.gbtab{
height:150px;
width:50px;
float:left;
background:url('URL GAMBAR ATAS') no-repeat;
}

.gbcontent {
float:left;
border:1px solid #BB0000;
-moz-border-radius-bottomleft:10px;
-webkit-border-radius-bottomleft:10px;
-o-border-radius-bottomleft:10px;
-khtml-border-radius-bottomleft:10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-topleft: 10px;
background: #000000 url(URL GAMBAR BAWAH) 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>
KODE CBOX KAMU
<br />
<div style="text-align:center">
<a onclick="showHideGB()" class="tips-fade" title="Click to Close">
<center><hr /><img src="URL GAMBAR UNTUK MENU "TUTUP/CLOSED" /><hr /></center>
</a>

</div>
</center></div>
<script type="text/javascript">
var gb = document.getElementById("gb");
gb.style.right = (50-gb.offsetWidth).toString() + "px";
</script></div>

cara membuat guest book cbox melayang,dengan background gambar,buka tutup otomatis
Posted by: Risalahati Dedic Ahmad Updated at: 01:16
cara membuat guest book cbox melayang,dengan background gambar,buka tutup otomatis RISALAHATI , By Risalahati, Published: 2012-04-15T01:16:00+07:00, Title: cara membuat guest book cbox melayang,dengan background gambar,buka tutup otomatis, Rating5 of 8765432 reviews