Batan, el html va así:
Código HTML:
<div id="content">
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" valign="middle"><img class="foto" src="http://www.laexpo.com.ar/media/files/ficha/2011/06/24/131118/juego_comedor02.png" border="0" /></td>
</tr>
</table>
</div>
y el css es así:
Código CSS:
Ver original#content {
background-color: #9999FF;
height: 150px;
width: 150px;
margin: 150px;
}
#content .foto {
max-height:150px;
max-width:150px;
}
Probé con margin y varias cosas más pero sigue el mismo error en ie.
Gracias por tus respuestas.