position in Thunderbird
SupportedGecko · desktop
Support Details
Use table-based positioning instead of CSS position.
Before
<div style="position: relative;">
<div style="position: absolute; top: 0; right: 0;">
Badge
</div>
<p>Content</p>
</div>After
<table role="presentation" width="100%" cellpadding="0"
cellspacing="0" border="0">
<tr>
<td valign="top">Content</td>
<td width="80" valign="top" align="right">Badge</td>
</tr>
</table>Use table-based positioning instead of CSS position
position is fully supported in Thunderbird. No workarounds needed.
Other Clients
| Client | Support |
|---|---|
| Gmail | Unsupported |
| Gmail Android | Unsupported |
| Gmail iOS | Unsupported |
| Outlook 365 | Partial |
| Outlook (New) | Unsupported |
| Outlook Classic | Unsupported |
| Outlook iOS | Unsupported |
| Outlook Android | Partial |
| Apple Mail | Partial |
| Apple Mail iOS | Partial |
| Yahoo Mail | Partial |
| Samsung Mail | Partial |
| HEY Mail | Partial |
| Superhuman | Partial |
Related Features
Test your email across all 15 clients
Preview rendering, catch CSS issues, and get actionable fixes — free.
Try Emailens Free