Lightbox display displays incorrectly in IE

Q: Hi,

I've downloaded free version and inserted the gallery into my page. It looks fine in all browsers except IE. Could you help with it?

Thanks.

A: Please, try to add the doctype declaration for universal compatibility:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

Notice, it should be the first line above all the code on your page.

Related