Hello All:
I am trying to use the text-shadow property however, this property does not work in IE. So I constructed this:
<div style="width:600px; padding:0px; background-image:url(http://qa.use-enco.com/images/email/ratings-email-product-stars-bg.gif); background-repeat:no-repeat; background-position:center; border:thin solid black;">
<div style="font-family:Arial, Helvetica, sans-serif; font-weight:bolder; padding-left:10px; font-size:54px;">Tell us what you think!</div>
<!--[If IE]>
<div style="font-family:Arial, Helvetica, sans-serif; font-weight:bolder; padding-left:15px; font-size:36px; color:#ff0000;">Your opinion could be worth $500</div><br />
<div style="font-family:Arial, Helvetica, sans-serif; font-weight:bold; padding-left:23px; font-size:16px; color:#333333; width:329px;">Log onto <a href="http://www.use-enco.com">www.use-enco.com</a> today to submit a product review</div><br />
<div style="font-family:Arial, Helvetica, sans-serif; font-weight:bold; padding-left:23px; font-size:16px; color:#333333; width:329px;">You'll be automatically entered to win a $500 Enco shopping spree* for each review you submit.</div><br />
<![endif]-->
<div style="font-family:Arial, Helvetica, sans-serif; font-weight:bolder; padding-left:15px; font-size:36px; color:#000; text-shadow: 3px 3px 3px #ff0000;">Your opinion could be worth $500</div><br />
<div style="font-family:Arial, Helvetica, sans-serif; font-weight:bold; padding-left:23px; font-size:16px; color:#333333; width:329px;">Log onto <a href="http://www.use-enco.com">www.use-enco.com</a> today to submit a product review</div><br />
<div style="font-family:Arial, Helvetica, sans-serif; font-weight:bold; padding-left:23px; font-size:16px; color:#333333; width:329px;">You'll be automatically entered to win a $500 Enco shopping spree* for each review you submit.</div><br />
</div>
This works fine in every browser BUT IE because IE is rendering the bottom part again as duplicate context.
Is there a workaround for this?
thanks for any help or advice on this,
Paul