本站提倡有节制游戏,合理安排游戏时间,注意劳逸结合。

【qq的源码】【健康码源码】【业绩指标源码】手机浮窗广告源码_手机悬浮窗广告

2024-11-15 07:47:28 来源:知识 分类:知识

1.怎么才能在HTML中做个悬浮窗并在里面插个超链接。手机手机求代码

手机浮窗广告源码_手机悬浮窗广告

怎么才能在HTML中做个悬浮窗并在里面插个超链接。浮窗qq的源码求代码

       =========给你上传了附件,广告告健康码源码里面是源码业绩指标源码源码,你去下载

       在悬浮框里面加上超链接就行了

       *{  padding:0px; margin:0px;}

       .box{  width:px; background:#ccc; margin:0 auto; overflow:hidden;}

       .main{  width:px; height:px; background:#; float:left;}

       .sub{  width:px; background:#FC6; float:right;}

       .sub{  width:px; height:px; background:#0CC; margin-bottom:px;}

       .fixed{  width:px; height:px; background:#F; font:normal px/px \5FAE\8F6F\C5\9ED1; text-align:center; top:px;}

       <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "

       <html xmlns="

       <head>

       <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

       <title>悬浮框</title>

       <link type="text/css" href="css/lrtk.css" rel="stylesheet" />

       <script type="text/javascript" src="js/jquery.js"></script>

       <script type="text/javascript" src="js/js.js"></script>

       </head>

       <body>

       <div class="box">

        <div class="main"></div>

        <div class="sub">

        <div class="sub"></div>

        <div class="sub"></div>

        <div class="fixed">我是悬浮源码搜索技巧悬浮框</div>

        </div>

       </div>

       </body>

       </html>

       $(document).ready(function(e) {

        t = $('.fixed').offset().top;

        mh = $('.main').height();

        fh = $('.fixed').height();

        $(window).scroll(function(e){

        s = $(document).scrollTop();

        if(s > t - ){

        $('.fixed').css('position','fixed');

        if(s + fh > mh){

        $('.fixed').css('top',mh-s-fh+'px');

        }

        }else{

        $('.fixed').css('position','');

        }

        })

       });

        

相关推荐
一周热点