I have some .CSS files that contain relative URLS to a image. These paths get
converted to an Absolute URL which is not what I want. The image in indeed
within the local web site that is being mirrored. How can I get these images
to be downloaded as part of the website and the path not rewritten?
li.selected {
background-image:url(./images/leftnav_arrow_blue03.gif);
background-position:left top;
background-repeat:no-repeat;
} |