I put the url of the image in single-quotes. I don't know if this is required by the specification, but I haven't had problems either.
background-image: url('/assets/images/my_background.png');
the other thing that might be going wrong is the availability of the file - is it in the right place relative to the parent file so that the browser will find it? When dreamweaver sets up a preview, does it ensure related resources are properly in place?
|