IE8 not displaying Img element correctly when a large height attribute is defined
问题 I have an image element like the following <img src="someImage.jpg" height="26136" width="918" /> In IE8, this image does not render correctly. The height of the rendered image is squished down into what looks like 1 pixel. However, if I instead set the height by CSS styles, the image is rendered correctly. 回答1: As in the comment, I made this test image: http://i.stack.imgur.com/M2Olq.jpg - I'm not going to inline it here :) I'm testing with bona fide Internet Explorer 8 / Windows 7. This