首页前端开发HTML网站小挂件

网站小挂件

时间2023-04-21 23:00:01发布访客分类HTML浏览543
导读:给你的网站加个可爱的小挂件效果代码将代码添加在您网站的 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核实处理,我们将尽快回复您,谢谢合作!

html网站

若转载请注明出处: 网站小挂件
本文地址: https://pptw.com/jishu/4785.html
WordPress 技巧:忘记了管理员密码怎么办? 解决HTML中换行会出现间隙问题

游客 回复需填写必要信息