galleria.js 插件和 element.style 问题
我的 galleria.js 插件在本地运行得很好,但是当我将其移动到服务器时,显示图像标题的 div 通过 element.style 设置为 display:none;
。我尝试在样式表中设置 display:block !important;
但无济于事。
element.style 可以通过其他方式覆盖吗?或任何其他可能有帮助的建议。
提前致谢。
I have the galleria.js plugin working perfectly on local, but when I move it to the server the div that displays the images caption is set to display:none;
via element.style. I've tried setting display:block !important;
in the stylesheet but to no avail.
Can an element.style be overridden in some other way? or any other suggestion that might help.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
已修复,我将样式应用到了错误的 div(废话!)。现在正在工作。
Fixed, I was applying the style to the wrong div (duh!). It's working now.