I am trying to integrate tigris CSS (http://style.tigris.org/ , it is a very well-designed CSS template) into workbench's Border example.
But I found that inside tigris.css there are some relative image URL , such as
 
#toptabs td, #toptabs th {
 background-image: url(../images/nw_min_036.gif);
 }
 
When I bind the 'private-asset' (tigris.css) to the Shell component , it won't find the images.
But I don't want to make another images/ directory outside WEB-APP directory.
(That is , I hope the tigris.css and the relative images both remain inside WEB-APP/classes/ directories)
How to solve it ?
 
 

Reply via email to