在雅虎邮箱中的绝对位置
任何在电子邮件模板中获得绝对位置的方法。我正在尝试假位置,但在雅虎邮件中 max-height 0 被转换为 min height 0 。
<td width="70%" style="" align="">
<div height="0px" style="position:relative;margin-top:0px;
min-height:0px;max-height:0px;">
<div style="margin-left:8% !important;position:relative !important;display:inline-block !important;margin-top:0px;">
</div>
</td>
Any way to acchive absolute position in email template . I am trying faux position but in Yahoo mail max-height 0 gets converted to min height 0 .
<td width="70%" style="" align="">
<div height="0px" style="position:relative;margin-top:0px;
min-height:0px;max-height:0px;">
<div style="margin-left:8% !important;position:relative !important;display:inline-block !important;margin-top:0px;">
</div>
</td>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假绝对位置在 Yahoo! 中效果很好邮件。雅虎确实将
height
转换为min-height
,但不是max-height
。以下示例目前在雅虎的桌面网络邮件中运行良好。 (“Hello World”div 与 lorem ipsum 重叠。)如果您仍然遇到问题,请随时分享您的整个代码。
Faux absolute position works well in Yahoo! Mail. Yahoo does convert
height
intomin-height
, but notmax-height
. The following example works well right now in Yahoo’s desktop webmail. (The “Hello World” div overlaps the lorem ipsum one.)Feel free to share your entire code if you still have a problem.