是否可以在隐藏的 div 上启动 coda 滑块?
我有一个 div id=holder,并且在 coda 滑块内。它工作正常,但为了避免在某些浏览器中闪烁,我决定让holder显示:无,然后在$(document).ready上显示:块
问题是,由于某种原因,当父div显示时:无,尾声滑块没有任何效果。
对于这个问题有什么解决方法或想法吗?谢谢!
i have a div id=holder, and inside a coda slider. it works alright, but to avoid the flickering in certain browsers, i decided to make holder display:none, and then display:block on $(document).ready
The problem is that, for some reason, when the parent div is display:none, the coda slider doesnt have any effect.
any workarounds or ideas for this issue? thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保所有 z 索引设置正确。另外,不要不显示任何内容,而是尝试通过将边框设置为 0 等方式使其“不可见”;背景颜色为白色等。
Make sure all the z-indexes are set properly. Also instead of display none, try making it 'invisible' by for example setting borders to 0; background color to white etc.