我有一个像lightslider的内容滑块。现在我希望文本div随图像而变化。如果有的话,请告诉我一个jquery。
我希望得到像My project link这样的效果。我安装了flexslider但文本div应该是分开的。我需要它响应。
请帮我这样做。
提前致谢。
答案 0 :(得分:1)
此插件会滚动每个容器Li
因此,如果您想要放置任何类型的文字来滚动图像
使用以下代码
<li> <img>item image here />
<span> your Text Block here with styles </li>
<li> <img>item image here />
<span> your Text Block here with styles </li>
<li> <img>item image here />
<span> your Text Block here with styles </li>