:hover pseudoclass selector in email for gmail
问题 I am sending some mail from my php script. it has structure like: <style type="text/css"> .elements{ /*its CSS*/ } .elements:hover{ /* Hoverd CSS changes background and color*/ } </style> <center> Actual Mail Body <a class="elements" href="URL">Element</a> <center> and this works fine in all mail clients except gmail . So a quick SO search lead me to: HTML formatted email not showing up at all in Gmail but is in other mail clients and I came to know that gmail doesn't support <style> but