I have a style sheet where I include background images.
background: url(../Images/myImage.png);
problem is, pages from different directorie
I use a relative path solution,
./../../../../../images/img.png
every ../ will take you one folder up towards the root. Hope this helps..