javascript - Wie füge ich über einen Button-Link ein DIV zu einem DIV-Bild hinzu?
代言
代言 2017-07-05 10:38:37
0
4
812

Wie füge ich mit einem Button-Link ein p zum p-Bild hinzu? Wie gezeigt, wer kann mir den vollständigen Code geben? Danke!

代言
代言

Antworte allen (4)
滿天的星座

给你写了一个简单的hover效果
http://jsrun.net/TQYKp

html

查看更多

css

.mask { background: #ff00a5; width: 300px; height: 200px; position: absolute; top: 0; z-index: 99; display: none } .image { width: 300px; height: 200px; } .box { position: relative; width: 300px; } .box:hover .mask { display: block; } .box:hover .link { width: 120px; height: 40px; display: block; background: #FFF; line-height: 40px; text-align: center; margin: 80px auto; color: #ff00a5 }
    Ty80

    编程最重要的是思想,代码自己实现。
    基本思路就是使用position来解决这个问题。

      Peter_Zhu

      加个鼠标移入移除事件,img上放个p移除时透明,

        女神的闺蜜爱上我

        用display就可以实现啊。。移入移出设置下就好了啊

          Neueste Downloads
          Mehr>
          Web-Effekte
          Quellcode der Website
          Website-Materialien
          Frontend-Vorlage
          Über uns Haftungsausschluss Sitemap
          Chinesische PHP-Website:Online-PHP-Schulung für das Gemeinwohl,Helfen Sie PHP-Lernenden, sich schnell weiterzuentwickeln!