I am currently facing a strange issue while trying to make HTML work in an email (Outlook 2010).
During my testing process, I noticed that the table with the class header
does not display its background color in Outlook as expected. The background color is defined as follows:
.header {
background-color: #161D23;
}
Interestingly, when I choose to View in Browser, IE9 loads up and displays the email correctly with the header background.
However, if I inspect the code in IE9 mode and toggle the background CSS rule off and on again, the color doesn't get re-applied. Yet, when performing the same action in IE8 mode, the color appears again.
Has anyone encountered this issue before? Any insights or solutions would be greatly appreciated.
I will now proceed to create a demo to further illustrate the problem.