给你的网站加个可爱的小挂件
效果
代码
将代码添加在您网站的 html
页面的 body
标签中任意位置即可
<!--初音未来开始-->
<style>
.music {
position: fixed!important;
position: absolute;
width: 90px;
height: 95px;
z-index: 9;
right: 0;
bottom: 0;
top: expression(offsetParent.scrollTop+offsetParent.clientHeight-150);
cursor: pointer;
}
</style>
<div id="audio" class="music">
<img src="http://ku.oioweb.cn/img/weimusic1.gif" width="90px" height="90px" id="d"
</div>
<!--初音未来结束-->...
THE END
暂无评论内容