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
March 12, 2014 at 3:27 am
#165509
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.