Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 74694 invoked from network); 4 Dec 2007 21:48:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Dec 2007 21:48:16 -0000 Received: (qmail 70727 invoked by uid 500); 4 Dec 2007 21:48:00 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 70697 invoked by uid 500); 4 Dec 2007 21:48:00 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 70686 invoked by uid 99); 4 Dec 2007 21:48:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2007 13:48:00 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of brunoaranda@gmail.com designates 209.85.146.178 as permitted sender) Received: from [209.85.146.178] (HELO wa-out-1112.google.com) (209.85.146.178) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2007 21:47:40 +0000 Received: by wa-out-1112.google.com with SMTP id l24so7203339waf for ; Tue, 04 Dec 2007 13:47:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=+CSj8MWyHuGjp2fV60JDA9E5GAk+1ZgNVCx+aKHAxKg=; b=plWUVxoAqzzGt1UloX0Nh+x9pNFVHCb6+m/5Tymvaqzq+IWef5tKDMvMQOqLb3J0d9PpszpGVjidKYbQ39wngwIs0T3NhaFClag3pDb2Qn2p3so1m2c3JQreVEe1ytJiC37d7E23xrgf802MUUgZ92Lqmh1FFqtFwrgfZJUsi+U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=OxRzQcTARfeqFqB9cD8VKGaKWcU8wFjutsmXhppMXfDr9/af8l50WgovE3RCUcDDCYg7xsVDFD9sr7FGuYLoU9H54Pf2HqGmh5aS4fgjq3oeFwHD/q/dSXGKUtOIKKLEvh3FzyKAKew6HShX4jk5H5CFuxZHio8fS0YC3HwQn+Q= Received: by 10.115.46.9 with SMTP id y9mr1265302waj.1196804862883; Tue, 04 Dec 2007 13:47:42 -0800 (PST) Received: by 10.115.54.6 with HTTP; Tue, 4 Dec 2007 13:47:37 -0800 (PST) Message-ID: <1a681ff20712041347u1dd3911au67006df90a079bd9@mail.gmail.com> Date: Tue, 4 Dec 2007 21:47:37 +0000 From: "Bruno Aranda" To: "MyFaces Discussion" Subject: [Trinidad] Skinning - :hover state on links MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am creating my first skin with trinidad. I have a page with a few tr:commandLinks and I am struggling to add a hover behaviour on them. I am following the wonderful docs (I have skinned a few panelBoxes) but I cannot find the way to just add a hover to all links... Anyone? Is there any complete skin with css I could take a look at? Cheers, Bruno