Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 43602 invoked from network); 3 Apr 2007 15:40:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Apr 2007 15:40:24 -0000 Received: (qmail 94314 invoked by uid 500); 3 Apr 2007 15:40:20 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 94287 invoked by uid 500); 3 Apr 2007 15:40:19 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 94276 invoked by uid 99); 3 Apr 2007 15:40:19 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Apr 2007 08:40:19 -0700 X-ASF-Spam-Status: No, hits=2.3 required=10.0 tests=HTML_MESSAGE,MAILTO_TO_SPAM_ADDR,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of musachy@gmail.com designates 209.85.132.245 as permitted sender) Received: from [209.85.132.245] (HELO an-out-0708.google.com) (209.85.132.245) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Apr 2007 08:40:12 -0700 Received: by an-out-0708.google.com with SMTP id c34so1590416anc for ; Tue, 03 Apr 2007 08:39:51 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=acyzD2+u0Q8Gs6fiQmx/PwpqE4IT7rfKLXal9iAH9JjIeDv0uwlFhEW88cZl+u2oWafdaUAyirz4jCKXQ170WLhqW5wT/vkpFSttnQ7Q6bF16NE9ZcajlggEgpQjwMXwiB2yhVKcDYqbAIQrebG1fNhoOOZQChkCMdzwDo3vykk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=akfJmW3sg7f/tsGqeVpTuxORLeqZSxpKx5Nwrht8NUFbZSsNy3TdCp7WIqtj7KNkctGLR0YITJdV7G5aVCA14T/Jli2j6wFV7q6mmARaZiG3Z3gcSViL/2rzCF9nw+DxqTVVgXEFWsSDlbC+Lag6JAVaPJYPMEkvn+ipi44nDtQ= Received: by 10.100.125.5 with SMTP id x5mr4498225anc.1175614789407; Tue, 03 Apr 2007 08:39:49 -0700 (PDT) Received: by 10.100.229.8 with HTTP; Tue, 3 Apr 2007 08:39:49 -0700 (PDT) Message-ID: Date: Tue, 3 Apr 2007 11:39:49 -0400 From: "Musachy Barroso" To: "Struts Users Mailing List" Subject: Re: templateCssPath does not work for images in a TabbedPanel In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_18857_27423589.1175614789352" References: <9814587.post@talk.nabble.com> <9814588.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_18857_27423589.1175614789352 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline How are you specifying the image path on the css file? This is from TabContainer.css: .dojoTab div { display : block; padding : 4px 15px 4px 6px; background : url(images/tab_top_right.gif) no-repeat right top; color : #333; font-size : 90%; } here "images/tab_top_right.gif" is relative to where the css file is, which is inside the S2 core.jar file. regards musachy On 4/3/07, Musachy Barroso wrote: > > That would be news for me, do you have a link? > > thanks > musachy > > On 4/3/07, Felipe Rodrigues wrote: > > > > > > Reading the dojo documentation, I found a note telling that > > templateCssPath > > is deprecated. > > Is that right? If yes, could it be the problem? > > > > > > Felipe Rodrigues wrote: > > > > > > I've trying to use my own css file and My own images in a TabbedPanel, > > > but it is quite hard and so confuse. > > > The first thing I did was use the templateCssPath pointing to my own > > css > > > file. > > > It just works for color and fonts, but didn't changed the images. > > > So, I put the images inside the jar, but with another name. I renamed > > it > > > in my css file, > > > and didn't changed. > > > The only way is change the images and the css file inside the jar, and > > > don't use the templateCssPath. > > > Does somebody have any idea about this issue? > > > > > > Thanks a lot, > > > > > > Felipe > > > > > > > -- > > View this message in context: http://www.nabble.com/templateCssPath-does-not-work-for-images-in-a-TabbedPanel-tf3515320.html#a9814588 > > > > Sent from the Struts - User mailing list archive at Nabble.com. > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org > > For additional commands, e-mail: user-help@struts.apache.org > > > > > > > -- > "Hey you! Would you help me to carry the stone?" Pink Floyd -- "Hey you! Would you help me to carry the stone?" Pink Floyd ------=_Part_18857_27423589.1175614789352--