如何允许 Gmail 邮件 HTML 中的图像重叠
我正在发送一些 HTML 格式的邮件,其中显示属性图像及其当前状态。有一些三角形状态图像与主属性图像重叠,由于 Gmail 中不允许使用 MARGIN 样式属性,这些图像会变得扭曲。 PADDING 和 POSITION 等样式属性也不起作用。该邮件采用基于 HTML 表格的格式。
我只想将状态标签图像放置在属性图像的右下角。请帮助提供一些替代解决方案。
I'm sending some HTML formatted mails where I'm showing property images with their current statuses. There are some triangular status images overlapping to main property images which are getting distorted as MARGIN style property is not allowed in Gmail. Style properties like PADDING and POSITION are also not working. This mail is formatted in table based HTML.
I just want to place status tag images on to right bottom corner of the property images. Kindly help with some alternate solutions.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您不能重叠前景图像,也不能使用多个背景图像。
您可以做的是使用背景图像,前景图像与它们重叠。
另一种选择是使用一个图像,并在状态发生变化时替换后端的图像。如果这种情况经常发生,您可以动态生成它们。
You can't overlap foreground images, and you can't use multiple background images.
What you can do is use background images, with foreground images overlapping them.
The other alternative is to use one image, and replace the image on the back end as the status changes. If this happens a lot, you could generate them dynamically.