C A M E R A G I R L


DAIRIES ABOUT LINKS STUFFS NEWER OLDER +FOLLOW

Cara Nak Sorokkan Shoutbox .
Assalamualaikum , harini Eida nak mengajar korang macam mane nak sorok kan shout box korang. meh Eida ajar kan ye ? 

1. Dashboard > design > add gadget > HTML 

2. korang copy code yang kat bawah nie dulu . sebelum korang nak copy code nie korang tekan Ctrl + C serentak baru korang boleh copy .

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

.gbtab{
height:100px;
width:30px;

float:left;
cursor:pointer;
background:url('http://2.bp.blogspot.com/-hp5hb7Z7Gvk/TmzEhhJZRmI/AAAAAAAAGgo/vmECDANflYw/s320/shoutbox.png') no-repeat;
}
.gbcontent{
float:left;
border:2px solid #666666;
background:#F5F5F5;
padding:10px;
}
</style>

<script type="text/javascript">
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.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">

Letak kod shoutbox korang kat sini

<div style="text-align:right"><a href="http://tutorialuntukblog.blogspot.com/2011/09/tutorial-sembunyikan-shoutbox-blog.html" target="_blank"><small>tutorial here</small></a>
<a href="javascript:showHideGB()">
[close]
</a>
</div>
</div>
</div>
<script type="text/javascript">
var gb = document.getElementById("gb");
gb.style.right = (30-gb.offsetWidth).toString() + "px";
</script>

3. korang dah copy ? lepas tuh korang paste kat HTML tuh ye ?


panduan :

PINK: size mengikut keselesaan korang , 
MERAH: Url gamabr yang korang nak letak 
BIRU: paste kan kod shoutmix korang .

yang nie Eida nak bagi korang 1 image yang Eida buat sekarang , kalau korang tak nak yang nie pun tak pe korang boleh tengok yang lagi lawa klik siniklik sini. kalau ada masalah bagitahu taw ?

   http://i.imgur.com/jrMSv.png
Selamat Mencuba, Assalamualaikum

Writter: Nur Aida Bt Kamarunzaman

0 comment[s] | back to top