<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Philippe Marschall a écrit :
<blockquote
 cite="mid:66666f210711111208i7259a322q9ffa0e22587da670@mail.gmail.com"
 type="cite">
  <pre wrap="">2007/11/11, Maarten Mostert <a class="moz-txt-link-rfc2396E" href="mailto:maarten.mostert@wanadoo.fr">&lt;maarten.mostert@wanadoo.fr&gt;</a>:
  </pre>
  <blockquote type="cite">
    <pre wrap=""> Hi,
 Swapping the File Library for a real served image works well inside normal
methods like html image url:  ...
 I have a problem though doing this inside a style sheet.
 Somehting which starts like:
 style
     ^'body {
 background-image: url
(<a class="moz-txt-link-freetext" href="http://www.mydomain.com/images/upperleft.png">http://www.mydomain.com/images/upperleft.png</a>);
 ......
 just does not work   why?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
What does "does not work" mean? Does the url
<a class="moz-txt-link-freetext" href="http://www.mydomain.com/images/upperleft.png">http://www.mydomain.com/images/upperleft.png</a> work? </pre>
</blockquote>
Yes the url itself produces my image in the browser. <br>
<blockquote
 cite="mid:66666f210711111208i7259a322q9ffa0e22587da670@mail.gmail.com"
 type="cite">
  <pre wrap="">Are you sure you
flushed the caches?
  </pre>
</blockquote>
If that is equivalent of starting a new session yes I did.<br>
Notice that the next line in this method changes the associated color
wich changes correctly upon modifications.<br>
Using the File library also produces the image correctly. However the
deployed image on the server does not produce the png file from the
style method neither as a file library neither as a url link.<br>
<br>
Rgrds,<br>
<br>
@+Maarten,<br>
</body>
</html>