Better a cruel truth than a comfortable delusion ...
Home Anime / e-Story Story Santai Tutorials All bout d Braces Relationship

Thursday, June 20, 2013

Hide Music Player

sape nak music player yang comel cam nie leh laa ikut tutorial ni......


STEP 1

copy kod bawah nie... 

<style>
#music{
position:fixed; bottom:20px; right:25px;
padding-top:12px;
padding-bottom:12px;
text-align:center;
height:10px; width:34px;
overflow:hidden;
border:3px solid #ddd;
color:#888;
-moz-border-radius: 17px 17px 17px 17px;
border-radius:17px 17px 17px 17px;
-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:#fff;
z-index:999;}
#musicplayer
{padding-top:15px;}
#music:hover
{border:3px solid #bbb; padding:5px; height:45px; width:140px;}
</style>
<div id="music">
<center>
<img src="http://media.tumblr.com/tumblr_lm6prnRzP61qfoi4t.gif" /></center>
<div id="musicplayer">
MUSIC CODE HERE
</div>
</div>


STEP 2

Dashboard --> Layout --> Add a gadget --> Javascript/ HTML

dapat kan MUSIC CODE HERE di SINI .............
=)

1 comment:

Related Posts Plugin for WordPress, Blogger...