views:

547

answers:

2

Inspecting the image in IE8 shows that it's being rendered - but with:

height: 0;
width: 0;

I can remember coming across this problem before and fixing it - but i can't for the life of me remember how!

Any ideas?

A: 

Try setting the image to display: block;

Mark B
A: 

Seems your reset.css is not working, for IE you begin by redefining the height to 1px for all elements.

Matthieu M.
What reset.css sets all elements to 1px height? That's seems ridiculously stupid.
DisgruntledGoat