HTML image elements mysteriously disappearing?

immediate

Member
Please see here, scroll down to Product Gallery and there should be several large dress images but they are not displaying at all.

When I check the HTML code and they are all there and the images are all correctly showing up if I access them directly in the browser. However, when I use Firebug to examine the <img> elements they seem to be faded out or hidden or something.

I tried to add these CSS styles via Firebug to the <img> elements on .product_images_exhibit img:

Code:
display: inline !important;
visibility: visible !important;

But nothing happens. However if you go to the HTTP version (not HTTPS), the images are all displaying properly.

This is really weird to my understanding. What is wrong and what's actually preventing the <img> elements to be rendered?

Maybe Javascript? But I have no idea how to find out which JavaScript line is preventing these elements to be showing. How can I find them?

Any help would be very much appreciated!
 
The 10 large images are showing fine for me in both http and https and on both chrome and firefox.

OOPs didn't see the date of the OP sorry
 
Top