<legend id='DHaUM'><style id='DHaUM'><dir id='DHaUM'><q id='DHaUM'></q></dir></style></legend>

  • <tfoot id='DHaUM'></tfoot>

      1. <small id='DHaUM'></small><noframes id='DHaUM'>

          <bdo id='DHaUM'></bdo><ul id='DHaUM'></ul>
        <i id='DHaUM'><tr id='DHaUM'><dt id='DHaUM'><q id='DHaUM'><span id='DHaUM'><b id='DHaUM'><form id='DHaUM'><ins id='DHaUM'></ins><ul id='DHaUM'></ul><sub id='DHaUM'></sub></form><legend id='DHaUM'></legend><bdo id='DHaUM'><pre id='DHaUM'><center id='DHaUM'></center></pre></bdo></b><th id='DHaUM'></th></span></q></dt></tr></i><div id='DHaUM'><tfoot id='DHaUM'></tfoot><dl id='DHaUM'><fieldset id='DHaUM'></fieldset></dl></div>
      2. Nivo Slider 上的图像蒙版

        时间:2024-04-19

        • <legend id='AnjR7'><style id='AnjR7'><dir id='AnjR7'><q id='AnjR7'></q></dir></style></legend>
        • <tfoot id='AnjR7'></tfoot>

              <tbody id='AnjR7'></tbody>
            <i id='AnjR7'><tr id='AnjR7'><dt id='AnjR7'><q id='AnjR7'><span id='AnjR7'><b id='AnjR7'><form id='AnjR7'><ins id='AnjR7'></ins><ul id='AnjR7'></ul><sub id='AnjR7'></sub></form><legend id='AnjR7'></legend><bdo id='AnjR7'><pre id='AnjR7'><center id='AnjR7'></center></pre></bdo></b><th id='AnjR7'></th></span></q></dt></tr></i><div id='AnjR7'><tfoot id='AnjR7'></tfoot><dl id='AnjR7'><fieldset id='AnjR7'></fieldset></dl></div>

            1. <small id='AnjR7'></small><noframes id='AnjR7'>

                <bdo id='AnjR7'></bdo><ul id='AnjR7'></ul>

                  本文介绍了Nivo Slider 上的图像蒙版的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在使用 Nivo 滑块,但想在滑块上放置一个 PNG 图像,以便它只显示透明的部分.使用 JavaScript 或 CSS 执行此操作的最佳方法是什么?

                  I'm using Nivo slider, but want to place a PNG image over the slider so it only shows through the parts that are transparent. What would be the best way to do this using JavaScript or CSS?

                  推荐答案

                  使用下面的代码更改演示,看看如何做到这一点.有很多方法可以做到这一点,因此您应该找出最适合您的情况的方法.下面的代码将滑块和另一个相对放置的图像包装在同一个 div 内.使用一点 CSS 来定位图像,您可以看到效果.

                  Change the demo using the code below to see how this can be done. There are a lot of ways to do this so you should figure out what works best for your situation. The code below wraps the slider and another relatively placed image inside of the same div. A bit of CSS is used to position the the image and you can see the effect in action.

                  HTML

                  <div id="outer-wrapper">
                  
                              <div id="slider" class="nivoSlider">
                                  <img src="images/toystory.jpg" alt="" />
                                  <a href="http://dev7studios.com"><img src="images/up.jpg" alt="" title="This is an example of a caption" /></a>
                                  <img src="images/walle.jpg" alt="" />
                                  <img src="images/nemo.jpg" alt="" title="#htmlcaption" />
                              </div>
                              <div id="slider-mask"></div>
                  </div>  
                  

                  CSS

                  #outer-wrapper {
                      width:618px;
                      height:246px;
                      margin-left:190px;
                  }
                  
                  #slider-mask {
                      position:relative;
                      background:url(images/mask.png) no-repeat;
                      width:618px;
                      height:246px;
                      top:-246px;
                      left:0;
                      z-index:100;
                  }
                  

                  使用的图片

                  效果截图

                  这篇关于Nivo Slider 上的图像蒙版的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:未捕获的类型错误:无法读取 null 的属性“owlCarousel" 下一篇:带有进度条的 Jquery 滑块

                  相关文章

                  • <bdo id='yRH5O'></bdo><ul id='yRH5O'></ul>

                  <i id='yRH5O'><tr id='yRH5O'><dt id='yRH5O'><q id='yRH5O'><span id='yRH5O'><b id='yRH5O'><form id='yRH5O'><ins id='yRH5O'></ins><ul id='yRH5O'></ul><sub id='yRH5O'></sub></form><legend id='yRH5O'></legend><bdo id='yRH5O'><pre id='yRH5O'><center id='yRH5O'></center></pre></bdo></b><th id='yRH5O'></th></span></q></dt></tr></i><div id='yRH5O'><tfoot id='yRH5O'></tfoot><dl id='yRH5O'><fieldset id='yRH5O'></fieldset></dl></div>
                  <legend id='yRH5O'><style id='yRH5O'><dir id='yRH5O'><q id='yRH5O'></q></dir></style></legend>

                  <small id='yRH5O'></small><noframes id='yRH5O'>

                  <tfoot id='yRH5O'></tfoot>