我正在使用内联css来构建此电子邮件,但不知何故,它仍无法用于Gmail。
<html><body><div style="position: relative; left: 0; top: 0;">
<img src="https://gallery.mailchimp.com/6f6b385af54ef142d60ca3b89/images/9e4199e6-b228-426a-9ff4-d38938270c80.jpg" class="background" style="position: relative; top: 0; left: 0;">
<img src="http://s.mmgo.io/t/4c3" class="timer" style="position: absolute; top: 760px; left: 130px;">
</div></body></html>
&#13;
在任何其他收件箱中,计时器按照应有的方式显示,但仅在Gmail中,计时器显示在背景图像下方。
有谁知道为什么会这样?
答案 0 :(得分:0)
Gmail完全不响应相对定位。请改用宽度/边距属性。