Thanks Simon. That works like a charm. I had seen the OraLink class
before but I was hoping there was a different alternative.

Cheers,

Bruno

On 05/12/2007, Simon Lessard <[EMAIL PROTECTED]> wrote:
> Hello Bruno,
>
> Yeah, link are nasty and use an internal private style class... We'll need
> to do something about this soon. Anyway, try using
>
> .OraLink:hover
>
> Sadly, though, since OraLink is used on way too many components, you might
> have to use
>
> a.OraLink:hover
>
> Firebug is of great help for this, as well as the following context-param
>
> <context-param>
> <param-name>org.apache.myfaces.trinidad.DISABLE_CONTENT_COMPRESSION</param-name>
>  <param-value>true</param-value>
> </context-param>
>
>
>
> On Dec 5, 2007 1:35 PM, Bruno Aranda <[EMAIL PROTECTED]> wrote:
> > Thanks Simon, I am starting with this. I have styled the links using
> > global selectors but I have no idea how to add the :hover on the
> > links. So just with a simple example I would do. I have nothing else
> > :)
> >
> > Thanks,
> >
> > Bruno
> >
> >
> >
> >
> > On 05/12/2007, Simon Lessard < [EMAIL PROTECTED]> wrote:
> > > Hmmm :hover works fine for me, what is your use case so I can try it?
> > >
> > >
> > > Regards,
> > >
> > > ~ Simon
> > >
> > >
> > > On Dec 5, 2007 1:28 PM, Bruno Aranda < [EMAIL PROTECTED] > wrote:
> > > > No hover possible for (command)links in the skin css then? Should I
> > > > just go with good ole styleClass="someClassWithHover" for this?
> > > >
> > > > Thanks!
> > > >
> > > > Bruno
> > > >
> > > >
> > > >
> > > >
> > > > On 04/12/2007, Bruno Aranda <[EMAIL PROTECTED] > wrote:
> > > > > 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
> > > > >
> > > >
> > >
> > >
> >
>
>

Reply via email to