Search code examples
cssoutlookpositionabsolute

Is this possible to achieve absolute position functionality without using position attribute through css?


I am creating outlook email. I have created an email system. I have check in all email giants like Gmail, yahoo etc it work perfectly but suddenly when I saw same email in outlook it was shocking that outlook not supports position attribute.

Now, what I want is to achieve same functionality, I have searched on Google but not found a good source to solve issue except this platform to ask question. Please help!

Thanks in advance.

Note: I don’t want to do this by placing one div inside other. This not suits my application at all i want things to positioned with respect to corners (width/height).

enter image description here


Solution

  • outlook does not support position:, so perhaps use a table-based solution?

    check out these links;

    http://msdn.microsoft.com/en-us/library/aa338201.aspx

    http://www.campaignmonitor.com/css/#css-com_1