Hi,
You know how you can use ../ to go up image paths.
Well, I have a secondary stylesheet for a rating system running in a different directory and I want to use an image from my root images folder.
ratings/template/styles.css
images/rightpanelbg.jpg
So, as you would guess, when I put the following into the CSS, the image doesn't show because it's looking at (ratings/template/images) for it.
#ratings .ratingsContainer {
background: url(images/rightpanelbackground.jpg) repeat-x;
So, How do I get it to point to the root image folder ?
Thanks.



Reply With Quote





Bookmarks