Forum Moderators: open
----- My script -------
<div style="position: relative; width: 600px; margin: 0 auto; text-align: left">
<div style="position: absolute; width: 600px; margin: 0 auto; text-align: left; z-index:1">
<img style="width: 600px; height:35px; margin: 0 auto; text-align: left;" border="0" src="abc.jpg">
</div>
<div style="font-size:11px; font-family: Arial; color:gold; position: absolute; top:10; right:15; width: 300px; margin: 0 auto; text-align: right; z-index:2">
testTESTtest
</div>
</div>
Word 2007 does not support z-index [msdn2.microsoft.com], and subsequently it won't render in Outlook 2007.
[msdn2.microsoft.com...]
[edited by: Trace at 1:51 pm (utc) on Feb. 4, 2008]
Trace, isn't that the same article I linked to? ;)
bikoalive, I think you need to need to have position:absolute to use a z-index property, and position is not supported in Outlook.
After all the headaches I went through to get my design just right in Outlook - I ended up using a table based layout. Old-school but it's what worked best.