Referencing Binary File in CSS File
I am using an image stored as a Binary File for the background of a harness. I have written this CSS rule:
html {
background: url(afrlfw/f22raptor.jpg) no-repeat center center fixed;
}
When I launch the harness, the image does not display.
However, I have had success using the image in a section, inspecting the reference (afrlfw/f22raptor_11027943480.jpg!!.jpg), and successfully using that reference in the html rule. However, I do not want to do that for every image I include.
Is there an explanation for this?