鼠标悬停出现页面

作者QQ:1095737364    QQ群:123300273     欢迎加入!

1.html

  <div class="downBottom">
    <a target="_blank" href="javascript:void(0);" >Download</a>
       <div  class="QRcode_img"><img src="./QRcode.png" width="160"></div>
  </div>

2.css

.downBottom:hover .QRcode_img{
   display: block;
 }

.downBottom .QRcode_img{
   display: none;
   position: absolute;
   margin-top: 15px;
   border: 1px solid #fafafa;
   padding: 10px;
   background: white;
   border-radius: 10px;
   margin-left: 10px;
   height: 160px;
   width: 160px;
 }

 

posted @ 2017-10-10 18:44  全栈九九六  阅读(490)  评论(0编辑  收藏  举报