Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have png images showing larger than their real dimensions in IE8. the img tag doesn't have width & height attributes. The images look fine in Firefox. Is this an issue with IE?

share|improve this question

2 Answers

up vote 2 down vote accepted

Try pressing CTRL 0

share|improve this answer
... what does that do? – Richard JP Le Guen Jun 12 '10 at 2:12
@Richard it resets the zoom level to "normal" – Blair Conrad Jun 12 '10 at 2:14

Try -

Problems Displaying Images in Internet Explorer:
http://support.microsoft.com/kb/181836

http://www.libpng.org/pub/png/pngfaq.html#msie

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.