快捷导航

图案跟随鼠标移动为什么不连贯

#flyb{                                display:none;                                position:absolute;                        }                                                                        functionshow(){                                varleft=window.event.clientX+10;                                vartop=window.event.clientY+10;                                if(!document.getElementById("flyb"))return;                                document.getElementById("flyb").style.left=left+"px";                                document.getElementById("flyb").style.top=top+"px";                                document.getElementById("flyb").style.display="block";                                                        }                        functionhide(){                                document.getElementById("flyb").style.display="none";                        }                </script>                               
                                                       

免责声明:本内容仅代表回答者见解不代表本站观点,请谨慎对待。

版权声明:作者保留权利,不代表本站立场。

回复

使用道具 举报

参与会员2

共勉共勉!
回复

使用道具 举报

已经会了
回复

使用道具 举报

可能感兴趣的问答

发新帖
  • 微信访问
  • 手机APP