I have a style sheet where I include background images.
background: url(../Images/myImage.png);
problem is, pages from different directorie
In the CSS all you have to do is put url(logical path to the image file)
url(logical path to the image file)