2012-11-01 57 views

回答

0

如果我在你的位置,我会使用flex slider在后台滑动图像,并使用css绝对定位将我的静态内容放在滑块上。

首先使用柔性滑块创建一个大滑块。

创建静态内容,例如:

<div id="staticContent"> 
    <!-- your content such as form or anything goes here--> 
</div> 

使这个静态内容的div绝对定位。

#staticContent{ 
    position:absolute; 
    left:20%; 
    top:20%; /*change these values*/ 
} 
+0

谢谢Sakib,我会试试 – Manish

+0

我与NivoSlider完美合作,只是我在zc中添加了zindex。再次感谢 – Manish