问题
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