Chrome and background images in the body element
Tags: chrome, css
Date: 9th November, 2009
Normally I expect problems with my stylesheet to occur in Internet Explorer, not Google Chrome, but the site you’re looking at now was, until recently, missing the background image and backgound colour for the <body> element, which is quite a big deal.
A quick google identifies the problem as something automatically added by Dreamweaver to stylesheets:
@charset “utf-8″;
/* CSS Document */
@charset “utf-8″;
/* CSS Document */
It’s actually the first line which causes the problem, and getting rid of it means your background images should display just fine.