Udah siap untuk menerima ilmu dari saya. OK ikuti terus kelanjutannya!!!
Ini dia langkah-langkahnya :
1. Hapus dulu script shoutmix yang lama
Ini kodenya
#gb{
position:fixed;
top:50px;
z-index:+1000;
}
* html #gb{position:relative;}
.gbtab{
height:100px;
width:60px;
float:right;
cursor:pointer;
background:url(‘http://i457.photobucket.com/albums/qq291/wakthingtegar/Shoutbaru.gif’) no-repeat;
}
.gbcontent{
float:left;
border:2px solid #2A0A0A;
background:#000000;
padding:5px;
}
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.left = x.toString() + “px”;
if(x0!=xf){setTimeout(“moveGB(“+x+”, “+xf+”)”, 10);}
}
Taruh Script Shoutmix Sobat Disini
Mau lihat tips yang lain?
Klik di
sini (Info Blog)
[close]
var gb = document.getElementById(“gb”);
gb.style.left = (30-gb.offsetWidth).toString() + “px”;
