Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Max-width on fluid images does not work for IE Reply To: [Solved] Max-width on fluid images does not work for IE

#165509
Chromawoods
Participant

IE handles this fine, the error is in your CSS. You have defined the width property twice for that image rule (line 1007), and the lower one looks broken. It says “width:auto\9;”. Remove that property and stick with the “width:100%;” one.