http://isikota.com/mail/ios/home.html
在Firefox中它运行正常 因为它看起来很可怕。
如果我通过电子邮件发送html,它看起来也很可怕。
这里的关键是这边:
<td style="width: 341px; height: 100%">
<img alt="" height="100%" width="341" src="http://example.com/mail/Ios/image/iphone/2.png" class="style3">
</td>
基本上,由于高度为100%,细胞应该“扩展”。在Firefox中,它可以正常扩展。即它没有。在电子邮件中,它也不会扩展。
答案 0 :(得分:0)
尝试在<td>
中设置一个固定的高度,之后你的图片应该在IE上扩展100%。