Saturday 20 April 2013

Tutorial : Hide Music Player Part 2 (Blogskin)




:Contoh:

1. Dashboard > Template 
2. Press F3 dan cari code </style>
3. Copy code bawah ni 
#music {
border-radius: 8px;
margin-bottom: 8px;
width: 210px;
text-align: center;
font-size: 10px;
background: #fff;
border: 1px solid #eee;
}
#here {
position:fixed;
left: 20px;
top:-80px;
text-align: center;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
z-index:999;
}
#here:hover {
top:8px;
}
4. Paste di atas code </style> tadi
5. Next , copy code ni pulak
</style>
<div id="here">
<div id="music">
<div style="border:1px solid #eee; width:210px;height:65px;overflow:auto; "><br>
<center>"URL MP3" <center>
<br></object>
</div></div>
<img src="URL IMG"/></div>
6. Paste di bawah code </style>
7. Preview dan save .

0 comments: