Quote Originally Posted by relish View Post
Thanks Anne
could you point in the right direction regarding this ,

we tried
Code:
<!--[if IE]>
body {margin: 0;font-family: calibri, sans-serif, arial, verdana, helvetica;font-size: 70%;color: #444;background: #0CFA0C url(../images/pat10untitled3-2.png) no-repeat center top;}
<![endif]-->
body {margin: 0;font-family: calibri, sans-serif, arial, verdana, helvetica;font-size: 70%;color: #444;background: url(../images/pat10untitled3-2.png) no-repeat center top, url(../images/rs.png) repeat left;}
but the page was background less on IE as well as chrome but worked as intended on Opera

any suggestions ?
I would recommend creating a separate ie9 stylesheet and then calling it in your html header file.

Thanks,

Anne