<style>
#hcl {
position:fixed;
top:50px;
left:0px;
z-index:+1000;
}
* html #hcl {position:relative;}
.hcltab {
height:100px;
width:30px;
float:left;
cursor:pointer;
background:url('https://sites.google.com/site/biridho/_/rsrc/1375193974136/home/music.png') no-repeat;
}
.hclcontent {
float:left;
border:2px solid #23aae2;
background:#f3f6f7;
padding:10px;
}
.hc-credit {font-size:9px}
.hc-credit a {text-decoration:none}
</style>
<script type="text/javascript">
function showHidehcl(){
var hcl = document.getElementById("hcl");
var w = hcl.offsetWidth;
hcl.opened ? movehcl(0, 30-w) : movehcl(20-w, 0);
hcl.opened = !hcl.opened;
}
function movehcl(x0, xf){
var hcl = document.getElementById("hcl");
var dx = Math.abs(x0-xf) > 10 ? 5 : 1;
var dir = xf>x0 ? 1 : -1;
var x = x0 + dx * dir;
hcl.style.left = x.toString() + "px";
if(x0!=xf){setTimeout("movehcl("+x+", "+xf+")", 10);}
}
</script>
<div id="hcl">
<div class="hclcontent">
Kode Musik Sobat
<br />
<div class="hc-credit">
<span style="float:left">
<!-- ORANG BAIK ADALAH ORANG YANG MAU MENGHARGAI KARYA ORANG LAIN -->
<a href="http://is.gd/javascriptst" target="_blank">
Get this widget!
</a>
</span>
<span style="float:right">
<a href="javascript:showHidehcl()">
[close]
</a>
</span>
</div>
</div>
<div class="hcltab" onclick="showHidehcl()"> </div>
</div>
<script type="text/javascript">
var hcl = document.getElementById("hcl");
hcl.style.left = (30-hcl.offsetWidth).toString() + "px";</script>
- Ganti tulisan Kode Musik Sobat dengan kode musik sobat
- Klik Simpan, Lalu lihat blog sobat
terimakasih dan Wassalamualaikum Wr. Wb.
0 comments:
Posting Komentar