I downloaded a feature having CSS and some images. However i rearranged them removed the images from the CSS folder and inserted them in a separate folder placed next to the cSS folder called Images. The file hierarchy looks like this
Initially the code in the css file was like
which made it appear like this in firefox console
http://localhost:8080/Project/CSS/menubg.gif [HTTP/1.1 404 Not Found 3ms]
How can i adjust the above CSS coed so it looks like the following
http://localhost:8080/Project/Images/menubg.gif
Suggestion??