答案 0 :(得分:0)
如果我在你的位置,我会使用flex slider在背景中滑动图像,并使用css绝对定位将我的静态内容放在滑块上。
首先使用flex滑块创建一个大滑块。
创建静态内容,例如:
<div id="staticContent">
<!-- your content such as form or anything goes here-->
</div>
使这个静态内容div绝对定位。
#staticContent{
position:absolute;
left:20%;
top:20%; /*change these values*/
}
答案 1 :(得分:0)
你可以尝试NivoSlider。这是一个很好的。