所以我的网站上的图片有问题。我在容器中有一个图像,它向右延伸了一点。这一切都很好,花花公子,除了基于Web的邮件客户端(我测试过hotmail和gmail)之外,所有邮件客户端都很好用。下面的图片澄清。
正确的情况(在邮件客户端(我使用默认的mac邮件程序)):http://prntscr.com/38xtbr
错误的情况(在这种情况下,在gmail的网络版中):http://prntscr.com/38xtf2
正如您所看到的,图像不再像在任何其他邮件客户端中那样环绕页面。有没有解决这个问题,或者这对每个人来说都是新的?
<td valign="top" width="195" class="sidebarContent" mc:edit="sidebar_content">
<img style="position: relative; left: 30px; width: 195px;height: 44px;border: 0;line-height: 100%;outline: none;text-decoration: none; background-image: none !important;" src="http://gallery.mailchimp.com/f8e390cb608890835535cf525/images/bekijk67e9c3.png">
</td>
.sidebarContent{
/*@editable*/ color:#303030;
/*@editable*/ font-family:Helvetica;
/*@editable*/ font-size:13px;
/*@editable*/ line-height:150%;
/*@editable*/ text-align:left;
background-image: -webkit-gradient(
linear,
right bottom,
left top,
color-stop(0.65, #FFFFFF),
color-stop(0.77, #EFEFEF)
}
}
/**
* @tab Sidebar
* @section sidebar link
* @tip Set the styling for your email's sidebar links. Choose a color that helps them stand out from your text.
*/
.sidebarContent a:link, .sidebarContent a:visited, /* Yahoo! Mail Override */ .sidebarContent a .yshortcuts /* Yahoo! Mail Override */{
/*@editable*/ color:#E95497;
/*@editable*/ font-weight:normal;
/*@editable*/ text-decoration:underline;
}
.sidebarContent img{
display:inline;
height:auto;
background-image: -webkit-gradient(
linear,
right bottom,
left top,
color-stop(0.65, #FFFFFF),
color-stop(0.77, #EFEFEF)
);
答案 0 :(得分:0)
Gmail和Yahoo网络客户端不能很好地支持这种定位。他们俩都没有使用“左”和“呐喊”。你试图在图像上使用的属性。 我认为你应该创建更宽的图像(以png格式)并在左侧给它一个透明的背景,因此它更宽并且放置得恰到好处。
电子邮件编码的一小部分备忘单 - &gt; http://www.campaignmonitor.com/css/