Images display problem in ie but not chrome

Can someone please help look at this page and figure our why it isn’t works right in Internet Explorer? It looks fine in Chrome but in IE the images height is not right, only show as a line. Thanks in advance.

http://www.arc-lighthouse.com/light.html

I would guess the problem is height=“auto”

line 124 column 22 - Warning: <img> attribute “height” has invalid value “auto”

Taigum,

I would agree with Rubble. Check your height and width attributes and make sure they are specific. Other browsers can handle it on the fly, IE needs very specific instructions or it will not display the image.

Best,

Shawn

Thanks Rubble and Shawn. It’s works now.