I've been struggling to get my website to display properly across all browsers. Everything looks great except for IE8 and below. I'm not sure if it's a problem with Drupal, Zen, IE, or CSS (although the CSS code seems correct). Here is the CSS snippet in question:
header.header {
padding-top:5px;
background-image: url('/sites/all/themes/kln_theme/css/images/mocha.png');
background-repeat: repeat-xy;
}