.The_Bams.
//Miserable Bams !
Hide Shoutbox
Monday 7 January 2013 | 21:30 | 0 Kaki Busuk !

assalamualaikum, hai this time nak tolong ajar macam mana nak hide shoutbox kita, just like me :) okay first cari code ni </script> , copy code dekat bawah ni


<style type="text/css">


#gb{
position:fixed;
top:200px;
z-index:+1000;
}
* html #gb{position:relative;}

.gbtab{
height:320px;
width:140px;
float:left;
cursor: url(http://i.imgur.com/QMToV.png), progress;
background:url(URL ICON) no-repeat;
}
.gbcontent{
border-radius: 10px;
float:left;
width: 220px;
border: 2px solid #00000;
background : #fff;
padding:10px;
}
</style>
<script type="text/javascript">
function showHideGB(){
var gb = document.getElementById("gb");
var w = gb.offsetWidth;
gb.opened ? moveGB(0, 140-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">



<div style="text-align: center;">
CODE CBOX ANDA
</div>



<div style="text-align:right">
<a href="javascript:showHideGB()"><img src="http://i237.photobucket.com/albums/ff19/rebeccacream/Sozai%20and%20Website/close4.png" border="0"></a>
</a>
</div>
</div>
</div>
<script type="text/javascript">
var gb = document.getElementById("gb");
gb.style.right = (140-gb.offsetWidth).toString() + "px";
</script>

then paste kan code dekat bawah code </script> tu tadi :)

PURPLE : BOLEH UBAH KEDUDUKAN
MERAH : URL ICON COMEL CBOX
BIRU : CODE CBOX ANDA

here i prepared some cute icon for you :)

http://i.imgur.com/RTmz0.png

http://i.imgur.com/NoHDT.png

http://i.imgur.com/2WPO8.png

http://i.imgur.com/xzoaf.png
http://i.imgur.com/WM2ps.png

okay selamat mencuba, thanks :)