Site fixes for better Internet Explorer compatibility
I ended up fixing the quirkiness with Carolen's suggestions and investigations into PNG issues. It seems Internet Explorer chokes if you don't specify a color under the CSS shorthand property "background":
background: url(IMAGEFILE) <color> <repeat> <position>;
After adding those in, and then tweaking the code a little bit so that the masthead was in a more manageable div area, my front page's backgrounds display quite well in Internet Explorer 6. I'm hoping Internet Explorer 7 will be easier to work with. read more→

