Ajax lightbox Arrows not working correctly in ajax lightbox

Q: I cannot get the ajax lightbox popup window to behave correctly with the
ARROWS on the left and right side of the image in IE9 browser.
No matter which TEMPLATE selection I use.

A: This problem can appear in IE browser if the DOCTYPE you use on the page is incorrect
or there is no DOCTYPE on the page.

You should set the following DOCTYPE for the page with ajax lightbox:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Related