Status
Thanks for passing by x
Aℓia Nzra
Tutorial Here
Disclaimer♠

 reader(s)
Assalamualaikum to muslims who's reading this and willing to visit my blog. I hope you'll like my tutobies and this blog .You may leave your footprints at my cbox. Do follow me and In Shaa Allah i'll follow you guys back! And pls put my link&name at the credit section if youve used my tutobies

Instagram
Tagboard♠

URL blog not email.
Dont be a faker pls.
No harsh words here okay?
Calendar♠

<

Followers♠

Hide Music Player

Assalamualaikum reader(s)


1 November 2012
Hey guys. Hello November. ;') Hehee. Sorry lama gilaa tak update. Heh lama ke? Yep. Exam week. Banyak sangat benda nk dibuat ~ Dengan PBS nye , apa itu PBS ? IANYA MENGERIKAN . Tuje nak bagitahu. Jengjeng. Like I said harituu ~ Lia kumpul banyak sangat pertanyaan readers blog ni , ada yg suh buah mcm mcm tuto . Ada jugak yang tanya font header. Haa , inilah font header Lia k:

p/s; Untuk download font mcm lia ni , pergi dekat sini . Dekat kotak "SEARCH" tu taip nama font yg korang nk. Bila dah jumpa , click je DOWNLOAD :)


"Klik gambar untuk dapat gambar yang lebih comel."



Haa , yang ni , font dia nama:


___________________________________________________________________

Yang ini pulak nama font dia :



Okay back to the topic~ Seperti yang lia janjikan haritu , Lia nak ajar korang a.k.a membuat satu tutorial untuk hide music player korang :3 Mcm kat bawah ni . 


FOR BLOGSKIN & CLASSIC TEMPLATE

1. Dashboard > 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 dah jadi tu save. Okay, goodluck!

Credit to : Kak Fatin