Girl Online
Tutorial: Hide music player for blogskin
Thursday 16 August 2012 • 4:37 pm • 0 comments
Tumblr_m8q26xidkz1rq4lt2o1_500_large

Hey y'all ! Its been a long time I did'nt update my tutorial list. Anyway,today I will teach you about how to hide music player in blogskin a.k.a classic template. Interesting right ? Okey,lets start :D

1. Firstly,korang search kod

<head>
2. Jumpa kan ? Pastu copy ney.

<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') 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">
code lagu korang
</div>
</div>
<script type="text/javascript">
var gb = document.getElementById("gb");
gb.style.right = (30-gb.offsetWidth).toString() + "px";
</script>
3. Then paste bawah kod di step pertama tadi.

pink- kod lagu yang korang nak,boleh buat kat billy player.klik aja link tuh ..
merah- background kotak hide music tuh
biru- url icon untuk music tuh. cari kat bawah ni,credit taww !

htt
p://i11.photobucket.com/albums/a168/evelynregly/minigifs/miniventilador.gif

http://media.tumblr.com/tumblr_ll7wpyHlj71qi6qow.gif
http://media.tumblr.com/tumblr_lkqyvzRtyE1qi6qow.gif
http://media.tumblr.com/tumblr_lm6prnRzP61qfoi4t.gif


Tu ja,kalau tak ada yang menarik,cari sendiri okey ? :D Happy eid. Bhaii.

Sincerely,


PASTFUTURE


welcome to my humble abode! i literally sucks at expressing my emotion, that's why i decided to start a blog, to express everything i am feeling at the moment. i live for my pets and food. x


MOOD BOARD




Template by x
Basecodes x
Other stuffs xxxxx

All Right Reserved 2012 by Girl Online