The default web site location is C:\Inetpub\wwwroot
I have an application I'm developing at home for work, I decided to take the site out of the root directory and put it in its own folder..so
C:\Inetpub\wwwroot\tapelog
Images are C:\Inetpub\wwwroot\tapelog\images
Includes are C:\Inetpub\wwwroot\tapelog\includes
All of my includes, databases, and CSS work on the site its the images in the CSS that are giving me issues.
I'm using the background:url("images/someimage.png"
; or background:url("/images/someimage.png"
; when I load the page and nothing shows...HOWEVER, if I Edit the CSS with the Web Developer toolbar in FF the images suddenly appear..as soon as I close that window they disappear. Keep in mind I dont have to make any changes in the Edit CSS window, I just need to open it. The images dont appear in IE7 either.Do I need to reference the images as /tapelog/images/ or should (/)images/ work?


