On Wed, 2007-02-07 at 13:50 +0100, Thorsten Scherler wrote:
> Hi all,
> 
> I have a weird problem with image linking in css and forrest site.
> 
> When I generate a site using the dispatcher and pelt the 
> background-image:
> url("../themes/images/roundcorner-t-r-15-bgFFFFFF-stroke4A6D8C-fg4A6D8C.png") 
> ; get resolved fine but using common and addnig the exact same url, it will 
> not be generated.
> 
> Anybody has seen this problem?

Yes, it has been once on this list. Finding the problem via debugging
the lex transformer: 
The lex transformer only got triggered by a certain sequence of
characters. 

The sequence MUST BE "url(../path" and CANNOT be "url("../path".

As diff:
-    background-image: url("../themes/images/header_white_line.gif");
+    background-image: url(../themes/images/header_white_line.gif);

salu2

> 
> TIA
> 
> salu2
-- 
Thorsten Scherler                       thorsten.at.apache.org
Open Source Java & XML      consulting, training and solutions