بِسْــــــــــــــــــمِ ﷲِالرَّحْمَنِ الرَّحِيم
Assalamualaikum guys korang pernah dgr x pasal tuto yg ni,macam mana nak hide music player mcm blogger2 lain tu.
Okay, nk tahu jom ite terjah..nisa nak ajar kan. Kejap ye!
kira dulu 1.2.3...go on..haha
1. Dashboard > pilih template
2. Tekan
ctrl+f serentak, then search code ni :
<head>
3. Dah jumpa? Good! Copy then paste code bawah ni dekat bawah code
<head> ;
<style type="text/css">
#gb{
position:fixed;
top:10px;
z-index:+1000;
}
* html #gb{position:relative;}
.gbtab{
height:100px;
width:30px;
float:left;
cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;
background:url('URL ICON MUSIC') no-repeat;
}
.gbcontent{
float:left;
border:1px solid #000000;
background:url('BACKGROUND KOTAK');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">
ISI CODE LAGU AWAK
</div>
</div>
<script type="text/javascript">
var gb = document.getElementById("gb");
gb.style.right = (30-gb.offsetWidth).toString() + "px";
</script>
-
PINK : url music icon . Ada dua icon music untuk awak :
http://i791.photobucket.com/albums/yy199/7thdisorder/7thPix/cgs/7.png
http://i791.photobucket.com/albums/yy199/7thdisorder/7thPix/cgs/6.png
-
OREN : tebal border kotak awak
-
HIJAU : jenis border. eg : solid/dashed/double/dotted
-
PURPLE : warna border awak
-
MERAH : background kotak awak. carilah kat freebies background mana2.
-
BIRU : isi code lagu awak.
4. Preview dulu jadi ke tak? Kalau jadi save. hah,jgn lupe credit dan komen tau,pnat2 jer ite buat tuto niey,hish3x.