#29550

I specify problem:

My html code:
<table><br /> <tr><br /> <td><br /> <img src="xxx/image1.png"/><br /> </td><br /> </tr><br /> </table>

working css:
img {<br /> width: auto;<br /> height: auto;<br /> vertical-align: middle;<br /> border: 0;<br /> -ms-interpolation-mode: bicubic;<br /> }

NOT working css:
img {<br /> width: auto9;<br /> height: auto;<br /> max-width: 100%;<br /> vertical-align: middle;<br /> border: 0;<br /> -ms-interpolation-mode: bicubic;<br /> }