Thanks Peter
I’ve added the extra line
#header {
height: 216px;
background: url(images/header.jpg) no-repeat center;
background-attachment: fixed;
}
Unfortunately, it still floats to the left in IE. Again, please excuse my ignorance but does it matter that the background-attachment line isn’t indented like the other coding? I can’t seem to get it to the same place as the other lines (as per above).
Wayne