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.
相关问题
- Views base64 encoded blob in HTML with PHP
- How to fix IE ClearType + jQuery opacity problem i
- Is there a way to play audio on a mobile browser w
- HTML form is not sending $_POST values
- implementing html5 drag and drop photos with knock
You have a
display:none;
in your.mosaic-backdrop
class. It get's overidden in Chrome/FF but not in IE.Remove it.