Outlook 2010 - 点击时奇怪的颜色反转
样式表:
<style>
img {outline:none; text-decoration:none;}
a img {border:none;}
.image_fix {display:block;}
</style>
表格中的代码:
<td height="180" valign="bottom">
<a href="www.URL.com"><img align="right" class="image_fix" src="http://" alt="" title=""></a>
</td>
除了一张图像之外,所有图像都会出现相同的代码:
<td valign="top" height="365" rowspan="2" colspan="2"><a href="www.URL.com"><img class="image_fix" src="http://www.URL.com" alt="" title=""></a></td>
答案 0 :(得分:0)
只插入没有图像的锚点会有什么行为?您是否从纯文本链接获得相同的行为?
过去我在不同的客户端使用png文件时遇到了一些问题。你用的是什么格式?