我想使用Fotorama.io来显示HTML内容。但似乎HTML在滑块内无法点击。有没有可能让它在Fotorama内部运作?
答案 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>
答案 1 :(得分:0)
我不知道您为什么遇到问题可以与我们分享您的HTML代码和CSS代码?但我有一个建议,你要注意z-index属性也许可以帮助你。