Image auto height not working in IE
-
Anybody got an IE fix for getting auto height to render properly when using max-width for post images?
My site: https://decisionheight.net
My CSS code:
div#main div.post img{
border: 14px solid white;
max-width:540px;
height:auto;
margin-right:10px;
}Looks fine in other browsers… but IE totally ignores the auto height.
Thank for your help!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Image auto height not working in IE’ is closed to new replies.