Tuesday 10 September 2013

Hide music player 2


Assalamualaikum and hola people...since my first hide music player post are quite popular because many people view the post...so, I decide to make another hide music player tutorial...



Firstly : for template designer , denim , simple ,watermark...
Dashboard --> Layout --> Add gadget --> HTML/Javascript

Firstly : for blogskin , classic template...
Dashboard --> template --> paste the code after  </style>

The codes :

<style>
#cornerplayer
{z-index:999;
background-color:#FFF4F4;
border:2px solid #FFDEDE;
width:45px;
height:45px;
border-radius:0px 0px 50px 0px;
-moz-border-radius:0px 0px 50px 0px;
position:fixed;
overflow:hidden;
top:0px;
left:0px;
-webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}

#cornericon
{margin-bottom:44px;
margin-top:13px;
margin-left:-9px;
-webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}

#cornerplayer:hover
{width:200px;
height:52px;
-moz-border-radius:0px;
border-radius:0px;
box-shadow:0px 0px 2px 2px #FFE5E5;
}

#cornerplayer:hover #cornericon
{margin-top:10px;
margin-left:0px;
margin-bottom:10px;
}
</style>
<div id='cornerplayer'><center>
<div id='cornericon'><img src="http://i122.photobucket.com/albums/o260/mhilka/minigifs/minigif01.gif"/></div>
<div> MUSIC CODE HERE </div>    
</center> </div><!--cornerplayer-->

The notes :

Blue text : Color code HERE
Orange text : Width and height of the music player before and after hover
Red text : Music icon URL can be find HERE
Fuchsia text : Music player code use billy player or use THIS or THIS player
Find music HERE for billy or cute music player...

Ok thats all...Kalau tak faham tanyalah...see you again in my next post..

8 comments:

  1. can i re-tuto this tuto ? i will credit you

    ReplyDelete
    Replies
    1. Okay...can you give me your blog link ? ;)

      Delete
    2. yes i can. My blog is bluely http://mylovelyblog-fida.blogspot.com/

      Delete
  2. can i re-tuto this tuto ? i will credit you ^^ here my blog , http://farizahdyg.blogspot.com/

    ReplyDelete
  3. thank you for the tutorial it really help me since i'm trying to edit my skin without using others blogskin :)

    ReplyDelete