I am having CSS using the resources folder in JSF and two sub-folders named css and images. I am trying to use some images as background in the css by writing background-image:url('../images/myImage.png');
but it does not work. This is what I use to load the CSS on the page:
<h:outputStylesheet library="css" name="screen.css" />