Tried this and discovered the path problem was not with the JSP, but with the style sheet referncing a backgroups image:



I have tried           background-image : url("../images/orange2.gif");
which works in windows but now linux.
          background-image : url("images/orange2.gif");
works in neither

Within an MVC, what is the correct reference to an image from the style sheet, giventhe following directory layout:

root/
 |---jsp/
 |---images/
 |---styles/





-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
[INVALID FOOTER]

Reply via email to