Requesting assistance,
The issue I am facing is that the background image is not displaying in Internet Explorer, although it appears perfectly fine in Safari.
I have conducted thorough checks with W3C CSS validation and HTML validation, confirming that everything is in order.
What could potentially be causing this problem?
body
{
/*background-color:#eee;*/
font-family:Arial, Helvetica, sans-serif;
margin: 0px 0px 0px 0px;
background:url(images/bg_line.JPG);
background-repeat:repeat-x;
}
p
{
font-size:12px;
color:#999999;
line-height:160%;
}
#container
{
width:1050px;
background:url(images/bg.JPG) no-repeat;
margin-top:0px;
margin-left: auto;
margin-right: auto;
padding-left:150px;
padding-top:220px;
}