Hello:
Problem:
I have all the images of my site in the Images sub directory. When I specify the background image in the stylesheet using relative path this doesn't work. The code in the stylesheet is:
background-image: url(Images/arrow_nxt_dis.gif);
Instead if I use the following code and move the image to the root directory it works, Which I dont want to do:
background-image: url(arrow_nxt_dis.gif);
It also works for the following code:
background-image: url(
Is it possible to specify the relative path like in the first scenario, Pls lemme know.
Thanks
Vjay
Problem:
I have all the images of my site in the Images sub directory. When I specify the background image in the stylesheet using relative path this doesn't work. The code in the stylesheet is:
background-image: url(Images/arrow_nxt_dis.gif);
Instead if I use the following code and move the image to the root directory it works, Which I dont want to do:
background-image: url(arrow_nxt_dis.gif);
It also works for the following code:
background-image: url(
Is it possible to specify the relative path like in the first scenario, Pls lemme know.
Thanks
Vjay