Gallery images not displaying in Internet Explorer 9

情到浓时终转凉″ 提交于 2019-12-25 05:27:24

问题


I have a problem which I do not know how to solve. I have a gallery using slimbox on my website. It works great in Firefox and other browsers (on both Windows and Mac), but the images are not visible, and are no longer links, when viewed in Internet Explorer 9.


回答1:


You have a display:none; in your .mosaic-backdrop class. It get's overidden in Chrome/FF but not in IE.

Remove it.



来源:https://stackoverflow.com/questions/10554596/gallery-images-not-displaying-in-internet-explorer-9

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!