作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用jssor 。我目前有一个带有缩略图和箭头的 slider 。
我想保留 2 个箭头,而不是图像,以显示与图像相关的文本和仅一个标签文本。类似于以下内容:
这可以从内部实现吗jssor ?
我有 6 张正在滑动的图像,我想在每张图像上显示一个图像标签。如果我尝试:
<div u="thumb">your text</div>
它放置了 6 个文本,我只想显示当前图像的文本。
最佳答案
实现目标的两种方法,
使用文本格式的缩略图导航器。
示例 1:http://www.jssor.com/skin/thumbnail-09.source.html
示例 2:http://www.jssor.com/skin/thumbnail-10.source.html
在每张幻灯片中添加内容元素。
<div u="slides" ...>
<div>
<img u="image" .../>
<div style="position: absolute; bottom: 0px; left: 0px; width: 600px; height: 30px; color: #fff; background-color: #000; line-height: 30px;">
your text 1
</div>
</div>
<div>
<img u="image" .../>
<div style="position: absolute; bottom: 0px; left: 0px; width: 600px; height: 30px; color: #fff; background-color: #000; line-height: 30px;">
your text 2
</div>
</div>
</div>
关于javascript - JSSOR 将当前图像的标签显示为缩略图,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29433698/
我有一个具有可变数量子元素的固定大小的 div。我不知道 children 的大小。目标是缩小它们以适合父级。 例子: .parent { width: 100px; height: 100p
我是一名优秀的程序员,十分优秀!