IE doesn't support height=auto for images, what should I use?
I found that adding min-height:1px
solves the issue. Not sure why, but, worked for me.
Just leave
height=auto
out. If it's not given it's "auto" by default...
The solution was to add the typical IE fix :(
css:
height:auto !important;