Search code examples
htmlcssinternet-explorerinternet-explorer-9slimbox

Gallery images not displaying in Internet Explorer 9


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.


Solution

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

    Remove it.