网站小挂件
导读:给你的网站加个可爱的小挂件效果代码将代码添加在您网站的 html 页面的 body 标签中任意位置即可<!--初音未来开始--> <style> .music { position: fixed!imp...
给你的网站加个可爱的小挂件
效果
代码
将代码添加在您网站的 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>
!--初音未来结束-->
...
声明:本文内容由网友自发贡献,本站不承担相应法律责任。对本内容有异议或投诉,请联系2913721942#qq.com核实处理,我们将尽快回复您,谢谢合作!
若转载请注明出处: 网站小挂件
本文地址: https://pptw.com/jishu/4785.html