
</script>
Kalau dah jumpa , paste code ni dekat BAWAH code yang korang cari tadi:
<style type="text/css">Okay , done :) Dah siap . semudah ABC , bukan ? HAHA . Well , Dyana ada buat Shoutbox Icon , tapi gila tak lawa --' Dyana sarankan kalau korang nak pakai Dyana punya ni , pakai background yang cerah . Kalau tidak nmpak tak kemas and comot . Well , Dyana tak pakai Photoshop . So , buruk lah . :) Semua pic ni bersaiz :
#gb{
position:fixed;
top:50px;
z-index:+1000;
}
* html #gb{position:relative;}
.gbtab{
height:350px;
width:200px;
float:left;
cursor:pointer;
background:url('URL IMAGE') no-repeat;
}
.gbcontent{
float:left;
border:2px solid #F7819F;
background:#ffffff;
padding:10px;
}
</style>
<script type="text/javascript">
function showHideGB(){
var gb = document.getElementById("gb");
var w = gb.offsetWidth;
gb.opened ? moveGB(0, 200-w) : moveGB(200-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">
URL SHOUTMIX KORANG
<div style="text-align:right">
<a href="javascript:showHideGB()">
[close]
</a>
</div>
</div>
</div>
<script type="text/javascript">
var gb = document.getElementById("gb");
gb.style.right = (200-gb.offsetWidth).toString() + "px";
</script>
Width : 200px
Height : 350pxhttp://i.imgur.com/67wgH.png
http://i.imgur.com/f3z3j.png
http://i.imgur.com/A1OLb.png
http://i.imgur.com/zNrFf.png
http://i.imgur.com/PzN2O.png
http://i.imgur.com/ixlr0.png
http://i.imgur.com/pN8GO.png
Dyana nak mintak maaf sangat sangat kalau tak cantik or terlampau buruk ! tak kisah la , korang nak ambik ke taknak , sbb , Dyana nak buat tuto je . tergerak hati nak buat freebies . HAHA . kalau ambik , kredit tau ^^ Kalau tak jadi , try sampai boleh :) coding coding la siket . kalau tak boleh jugak , baru tanya Dyana , okay ? :) Bye ~