Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/69.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Jquery 使用鼠标滚动来更改图像的幻灯片放映_Jquery_Html_Css_Scroll_Slideshow - Fatal编程技术网

Jquery 使用鼠标滚动来更改图像的幻灯片放映

Jquery 使用鼠标滚动来更改图像的幻灯片放映,jquery,html,css,scroll,slideshow,Jquery,Html,Css,Scroll,Slideshow,我正在尝试为图像幻灯片实现这种效果: 我找不到关于这个的任何信息,甚至可以在网上搜索它 它似乎使用了背景图像。但我在滚动时找不到任何css修改 有一个家长组 然后在这个html的div中,每个照片有一个表“post photo”: <table class="post photo" style="background-image:url(http://36.media.tumblr.com/cf5e715f0f818e0329fabe1f5a70f326/tumblr_n9qe04jhF

我正在尝试为图像幻灯片实现这种效果:

我找不到关于这个的任何信息,甚至可以在网上搜索它

它似乎使用了背景图像。但我在滚动时找不到任何css修改

有一个家长组

然后在这个html的div中,每个照片有一个表“post photo”:

<table class="post photo" style="background-image:url(http://36.media.tumblr.com/cf5e715f0f818e0329fabe1f5a70f326/tumblr_n9qe04jhFh1rqy89io1_1280.jpg)" alt="mmm artisanal">
    <tr>
        <td class="caption"><p>mmm artisanal</p></td>
        <td class="like_and_reblog_buttons">
            <span><a href="https://www.tumblr.com/reblog/93676683910/rMP2KlVN" class="reblog_button"style="display: block;width:20px;height:20px;"></a></span>
            <span><div class="like_button" data-post-id="93676683910" id="like_button_93676683910"></div></span>
        </td>
    </tr>
</table>

<table class="post photo" style="background-image:url(http://36.media.tumblr.com/dd3f10db409b054f132bc7a3de4e8bc2/tumblr_n9qdx4JN7s1rqy89io1_1280.jpg)" alt="Amaury">
    <tr>
        <td class="caption"><p>Amaury</p></td>
        <td class="like_and_reblog_buttons">
            <span><a href="https://www.tumblr.com/reblog/93676603605/rmk5COGb" class="reblog_button""></a></span>
            <span><div class="like_button" data-post-id="93676603605" id="like_button_93676603605"></div></span>
        </td>
    </tr>
</table>

嗯,手工艺品

阿莫里

有人能帮我吗? 有人知道它是否使用jquery插件吗?还是一种方法


非常感谢

它的实现相当简单,您只需要复制所需的CSS和初始化它的JS部分,可以在页面中找到;)。请看这里:您得到的是
结束标记,而不是
之前的
谢谢@TasosK。我完全忘了检查页面中的js。。。我在寻找一个外部文件!它的实现相当简单,您只需要复制所需的CSS和初始化它的JS部分,可以在页面中找到;)。请看这里:您得到的是
结束标记,而不是
之前的
谢谢@TasosK。我完全忘了检查页面中的js。。。我在寻找一个外部文件!