Topic: Thumbnail frame in IE vs other browsers

There is an oddly sized, thick white frame for the thumbnails when the galleries display in IE 9 only vs Firefox, Chrome and Safari where they display perfectly.

Here are two such examples.

http://www.villadelfina.com/new/

http://www.justfrance.com/properties/pl … ption.html

It wasn't like this last week when we first gave the JB galleries a test run.

Please advise how this can be fixed.

Re: Thumbnail frame in IE vs other browsers

Your HTML document does not use a Doctype Declaration.
Try adding the following to the very top of your page's code (before the opening <html> tag).

<!DOCTYPE HTML>

Also, try validating your page's code with the W3C Markup Validation Service and fix the errors reported.