http://www.jjoyceillustration.com/ This is my friends portfolio site that I manage for him. The thumbnail images and the images themselves show fine in FF, yet more than half of them wont show in IE. Any ideas?
DOCTYPE is missing. width and height for img are also missing. http://validator.w3.org/check?uri=http://www.jjoyceillustration.com/ - check your errors
I get a 404 when trying to open a thumbnail directly (http://www.jjoyceillustration.com/images/thumbnails/figurebirds.jpg) in IE, in Chrome it works. Strange ...... <!--[if IE]> <style> .gallery li { display:inline; } </style> <![endif]--> Code (markup): Maybe there is your problem... Another thing I noticed is this: <script type="text/javascript" src="prototype.js"></script> <script type="text/javascript" src="scriptaculous.js?load=effects"></script> <script type="text/javascript" src="transition.js"></script> <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script> <script type="text/javascript" src="js/lightbox.js"></script> Code (markup): Loading prototype/scriptaculous twice... By the way, there is an easier way to do a picture gallery (jQuery FTW)
I am using jquery with lightbox for the images! I removed the duplicate <script> and tried without the IE specific code but still no luck. Grrrr.
How about, checking that the image name in the coding matches exactly with the image name on the server. e.g. Myimage.jpg is different from myimage.jpg on some web servers and in some browsers.
No it's the prototype version of lightbox. Just check the lightbox.js I have checked here with IE9 in different modes and do not have a problem
Yeah, for example the image http://www.jjoyceillustration.com/images/thumbnails/catrescuethumbnail14.jpg won't show in IE or when you view it directly, yet it works in both instances in FF.