How do I reference static images from a CSS file.  For instane I have the 
following body configuration:

body {
    font-size:12px;
    font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
    background: #f8f6f2 url(../images/layout/bkg.gif) top center repeat-y;
    color: #3e3e3e;
}

This is from a designer, who has provided the images.  At present I have 
replaced the pop theme styles.css with the one supplied by the desginer, so the 
sample pages I created are using the proper CSS.  The issue is with finding the 
images referenced by the CSS.  I can place the images under docroot for 
instance or even under the Tomcat ROOT webapp.  The problem is getting around 
the magnoliaAuthor and magnoliaPublic root paths (it is most likely we will 
deploy  public as the root webapp on Tomcat, although we have not tried that 
yet).

So, what would be the best way to find these static resources?  Thanks in 
advance for all hints and suggestions.

Rakesh

----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to