Monday, 12 March 2012

Loading CSS with background image

  • in CSS: url(background.jpg)
  • in JBoss Tools HTML Editor: Page Design Options > Include css files
  • in JSP: ${pageContext.servletContext.contextPath}/resources/css/style.css
  • in JSF: #{request.contextPath}/resources/css/style.css (cannot use #{resource['css:style.css']})