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?
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?
Seems your reset.css is not working, for IE you begin by redefining the height to 1px for all elements.