Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 23525 invoked from network); 24 Nov 2004 09:24:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 24 Nov 2004 09:24:17 -0000 Received: (qmail 19993 invoked by uid 500); 24 Nov 2004 09:24:03 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 19923 invoked by uid 500); 24 Nov 2004 09:24:02 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 19878 invoked by uid 99); 24 Nov 2004 09:24:02 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of mvaterlaus@gmail.com designates 64.233.184.196 as permitted sender) Received: from [64.233.184.196] (HELO wproxy.gmail.com) (64.233.184.196) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 24 Nov 2004 01:24:00 -0800 Received: by wproxy.gmail.com with SMTP id 55so60159wri for ; Wed, 24 Nov 2004 01:23:52 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=Wf/0vzPbpBbLrDz1uqDiArGayiYvtfqchmsk5vOXvI3o975XXEFABi3Q9RZyFG8sgWv9vNNs4mYf9wPi2CAg94fFLTF0Id5X1NEI+p7SXaogo6oHQ+DJIoeXs6OHBOe13/4jbiK99KUlDcCYoYAo8KQNXXNnMtA5nBOxiYp7fvk= Received: by 10.54.45.66 with SMTP id s66mr466303wrs; Wed, 24 Nov 2004 01:23:44 -0800 (PST) Received: by 10.54.6.42 with HTTP; Wed, 24 Nov 2004 01:23:43 -0800 (PST) Message-ID: <404c8a8d04112401235431b35a@mail.gmail.com> Date: Wed, 24 Nov 2004 10:23:43 +0100 From: Markus Vaterlaus Reply-To: Markus Vaterlaus To: users@cocoon.apache.org Subject: Re: css file wih images In-Reply-To: <41A2E543.2020308@soociety.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41A2E543.2020308@soociety.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello, I suppose the problem is related to the fact, that you use relative URLs. By using those in CSS or a XSLT ( e.q. ) keep in mind, that matchers in cocoon's sitemap are not involved. Markus On Tue, 23 Nov 2004 15:22:43 +0800, pguillard wrote: > Hi, > > I have a css stylesheet that contains images. I don't see them on my > HTML pages. When i put the css style directly in my XSL stylesheet in > the html header they are rendered correctly, that means my entries for > css and gif in sitemap are ok. Any idea ? > > Regards > Phil > -------------- > in main.css: > div#foo > { > background: transparent url("imgcss/foo.gif") repeat-x bottom left; > height: 26px; > margin-bottom: 10px; > } > > In sitemap: > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org > For additional commands, e-mail: users-help@cocoon.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org