Image gallery in css doesn't work in IE. Why?

Q: Hello! I have a problem where my VisualLightBox gallery works in all browsers except IE (I’m using Win 7 + IE10). Can you tell me how to solve this? Thanks.

A: Please try to use the DOCTYPE declaration for universal compatibility:

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

Related