How odd... it's displaying perfectly in FireFox, but not in IE.
The stylesheet.css is telling the browser
while stylesheetOLD.css is telling the browserCode:#logoWrapper{ background-image: url(../images/header_bg.jpg); background-repeat: repeat-x; background-color: #ffffff; height:200px; }
That's probably your problem.Code:#logoWrapper{ background-image: url(../images/header_bg.jpg); background-repeat: repeat-x; background-color: #ffffff; height:75px; }



