I’m having a problem with IE, I can’t seem to get the div to display contents in IE8 even though when I ask for the contents of the div back again, it appears to be populated. Works fine on Chrome, Safari, Firefox. Just not in IE.
The dev site is here (so you can see what it would look like if the images were available): http://www.antarctic-design.co.uk/oboe/
Many thanks,
Eamonn
I think it is – bizarrely – your CSS.
Take out this line in the CSS
The jsfiddle works for me when I remove that line
EDIT you can just remove the
-ms-prefix, it’s not needed for the filter to work in IE8