I have some images with height=auto because sometimes they are different heights whereas they are always the same width. It works in every browser but I.E., is there someth
Use height: auto together with width: auto and it is going to work in IE. If you specify only one of them, IE gets upset.
height: auto; width: auto;