Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/39.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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/image/5.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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/linq/3.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
CSS信息框滚动_Css_Image_Rollover - Fatal编程技术网

CSS信息框滚动

CSS信息框滚动,css,image,rollover,Css,Image,Rollover,我正在尝试创建一个简单的滚动图像,以显示提示或信息框/气泡。 我有一个包含图像src的div包装器,还有css来设置包装器和子对象的样式/位置。 我就是不知道如何让img src交互。 以下是html: 我想用图像wheat3.png创建一个翻滚,并在侧面显示信息框 以下是测试链接: 谢谢。查看您所显示的测试链接的源代码,似乎是他们用来实现此效果的。在图书馆读一读,他们可能会帮助你 是的,我在用Steller.js做视差效果。 <div class="wrapper">

我正在尝试创建一个简单的滚动图像,以显示提示或信息框/气泡。 我有一个包含图像src的div包装器,还有css来设置包装器和子对象的样式/位置。 我就是不知道如何让img src交互。 以下是html:

我想用图像wheat3.png创建一个翻滚,并在侧面显示信息框

以下是测试链接:


谢谢。

查看您所显示的测试链接的源代码,似乎是他们用来实现此效果的。在图书馆读一读,他们可能会帮助你

是的,我在用Steller.js做视差效果。
    <div class="wrapper">
        <img src="images/gallery/wheat3.png" width="250" height="250" data-stellar-ratio="3.5" data-stellar-vertical-offset="200">
    </div>