Is there a way to set a background image using CSS and HTML that is compatible with Chrome? The code below works in Internet Explorer, but not chrome. Any suggestions?
body
{
background-repeat: no-repeat;
background-color: transparent;
background-image: URL("\Backgrounds\bg.jpg");
}