Hello there. Harini nad kongsikan tutorial tentang 'Cara nak hide kan music player'.
Nad dapat tutorial ni dari hasil pertolongan kawan nad
farhah.
Sorry gambar blur. Idk why dia jadi kelabu and blur. So let's start :)
1) Home >> Layout >> Add A Gadget >> HTML/Javascript
2) Copy code dibawah
<style>
#music{
position:fixed; top:90px; left:10px;
padding-top:10px;padding-bottom:17px;
text-align:center;
height:10px; width:34px;
overflow:hidden;
border:3px solid #F7EFFF;
color:#888;
border-radius:40px;
-webkit-transition: opacity 0.7s linear;
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out;
background-color:#FFFFFF;
z-index:999;
}
#musicplayer{
padding-top:10px;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
} #music:hover {
border:3px dotted #F7EFFF; padding:5px; height:65px; width:65px;
border-radius:70px;
}
</style>
<div id="music">
<center>
<img src="http://dl3.glitter-graphics.net/pub/371/371123my0lmtqeoi.gif"
style="background:none;border:none;padding-top:0px;" /></center>
<div id="musicplayer"> CODE UNTUK MUSIC PLAYER KORANG
3) Red text : Warna Border or Frame boleh dapatkan di >>
SINI<<
4) Green text : Warna background boleh dapatkan di >>
SINI<<
5) Blue text : Url image boleh dapatkan di >>
SINI<<
6) Purple text : Paste kan code music player korang dekat situ. Untuk tutorial boleh dapatkan di >>
SINI<<
7) Preview and save
8) DONE !