Moving towards responsive design, I'm using %s for images, e.g.:
#example img {
width: 100%;
height: auto;
max-width: 690px; // Width of the image uploaded.
}
This works great, except in Internet Explorer 8 and below. Is this due to height: auto
being part of CSS3, which is only supported by IE9 onwards?
And the most important part... any suggestions on a way around this problem? The only thing I can think of so far is to give it a max-height.
Thanks
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…