Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

Is it possible to use gradients on elements in newsletter emails, using CSS? Is the full property supported?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
269 views
Welcome To Ask or Share your Answers For Others

1 Answer

In short, no.

Email clients very rarely support HTML5 or CSS3, and so it will break in any clients that don't.

You could always have a fallback, but the load time won't change too much, and adding CSS3 simply adds more code to keep track of.

I would recommend using image tags and hosting the images on your server, and that's if you really have to use gradients at all.

With email, generally the simpler the better. Personally, I prefer recieving plain text.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...