Topic: weird IE behavior [SOLVED]

Hello,
I upgrade from SV to Juicebox 2 days ago and cannot get satisfying results with IE, although everything is fine with Chrome and FF.

Sample page:
http://www.forbidden-places.net/urban-e … g-cities#1

Click 'gallery of photo' to display the gallery.

Main issues:
The thumb frame (selected or hover) is smaller than the thumb itself.
While navigating (using arrow buttons), the main image goes back to the previous one.

Any idea?

best
slyv

Re: weird IE behavior [SOLVED]

Each web page should have a Doctype Declaration at the very top of the document.
At the top of your web page (before your Doctype Declaration) is the text:

'Rooftops-unsual-sights-of-the-sleeping-cities''Rooftops-unsual-sights-of-the-sleeping-cities'

This is probably throwing Internet Explorer into quirks mode, resulting in the problems you are describing.
Try removing this text before your Doctype Declaration and hopefully your gallery will display and function as expected.
Please see this FAQ: My gallery looks strange in Internet Explorer 9. Why?

If this does not help, then, once you have removed the text before your Doctype Declaration, you can check the code on your web page for HTML errors with the W3C Markup Validation Service and then fix any errors reported. Once the code on your web page validates correctly, your web page should be rendered with greater predictability and consistency across different browsers.

Re: weird IE behavior [SOLVED]

Guess what: it works.
Many thanks, I almost got crazy.
Best
S.