Fotorama.io:如何使HTML内部可点击?

时间:2014-03-06 14:25:35

标签: fotorama

我想使用Fotorama.io来显示HTML内容。但似乎HTML在滑块内无法点击。有没有可能让它在Fotorama内部运作?

2 个答案:

答案 0 :(得分:1)

在您的框架上使用.fotorama__select课程,使其可以点击并选择:

<div class="fotorama">
  <div class="fotorama__select">One</div>
  <div class="fotorama__select"><strong>Two</strong></div>
  <div class="fotorama__select"><em>Three</em></div>
</div>

http://fotorama.io/customize/html/#selectable-text

答案 1 :(得分:0)

我不知道您为什么遇到问题可以与我们分享您的HTML代码和CSS代码?但我有一个建议,你要注意z-index属性也许可以帮助你。