Do you want to know it??
Ok i'll tell you..
#gb{
position:fixed;
top:0px;
z-index:+1000;
}
* html #gb{position:relative;}
.gbtab{
height:177px;
width:65px;
float:left;
cursor:pointer;
background:url('http://i785.photobucket.com/albums/yy140/virdian/bukutamu2.gif') no-repeat;
}
.gbcontent{
float:left;
border:2px solid #000000;
background:#000000;
padding:10px;
}
</style>
<script type="text/javascript">
function showHideGB(){
var gb = document.getElementById("gb");
var w = gb.offsetWidth;
gb.opened ? moveGB(30+w, 55-w) : moveGB(30+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">
CODE YOUR CBOX/Shoutmix
<center><a title="[Baca Rules Sebelum Ngechat]" href="http://www.kupluckmerah.com/2010/09/peraturan-chatbox.html" target="top">[Baca Rules Sebelum Ngechat]</a></center>
<script type="text/javascript">
var gb = document.getElementById("gb");
gb.style.right = (55-gb.offsetWidth).toString() + "px";
</script></div></div>
NB: Ganti dengan Code Cbox/ShoutMix milik kalian ...
thank you and good luck ...
thank you and good luck ...
0 komentar:
Posting Komentar
Silahkan memberi komentar, tapi jangan spam yah!!
Komentar anda dapat membantu mengembangkan Blog ini.
terima kasih.