Some research revealed a good thread on this issue. The problem had to do with the "../" notation in the stylesheet; changing these to be relative to the site root fixed the problem. For example, this:
background: transparentbecomes this:
url(../img/bg.png) no-repeat 0 0;
background: transparentThis is assuming that the background image is here:
url(/cms_prd/global/img/bg.png) no-repeat 0 0;
http://localhost/cms_prd/global/img/bg.png
No comments:
Post a Comment