我已经在地址yahoo(... @ yahoo.com)上发送了一个简报html 在newsletter html中我使用代码:
<div style="background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); bottom: 0px; padding: 0; margin: 0; left: 0; overflow: hidden; position: absolute; width: 100%; height: 55px;">
<a href="">title</a>
</div>
我看了邮件雅虎,结果是
<div style="background: none repeat scroll 0 0; bottom: 0px; padding: 0; margin: 0; left: 0; overflow: hidden; position: absolute; width: 100%; height: 55px;">
<a href="">title</a>
</div>
如何解决?
答案 0 :(得分:1)
对于html电子邮件,您需要调用未组合的样式声明。例如,使用简单的background-color:#252525;
。
你显然是来自网络背景。您会发现电子邮件编码就像90年代的网络编码一样 - 您可以做什么(至少在所有电子邮件客户端中)是非常有限的。我会避免div支持表格,不确定是否rgba,滚动,溢出等工作......