Yes, solved it with...:
af|table::content tr:hover af|column::cell-text {background-color: #ccffff;}
(and if different color for band..)
af|table::content tr:hover af|column::cell-text-band {background-color:col;}
BTJ
On Sat, 31 Jan 2009 19:31:13 +0100
Gerhard Petracek <[email protected]> wrote:
> hello simon,
>
> just a short addition - it's:
> af|table::content tr:hover td {...}
>
> regards,
> gerhard
>
>
>
> 2009/1/31 Simon Lessard <[email protected]>
>
> > Hi,
> >
> > You can use standard CSS to achieve that using the :hover pseudo-class in
> > your skin using a selector like
> >
> > af|table tr:hover td
> > {
> > background-color: #CCCCCC;
> > }
> >
> >
> > Regards,
> >
> > ~ Simon
> >
> >
> > On Sat, Jan 31, 2009 at 10:58 AM, Bjørn T Johansen <[email protected]> wrote:
> >
> >> How can I make a mouseover effect on a trinidad table? I.e. I want a
> >> different background on the row the mouse is
> >> currently over...
> >>
> >>
> >> Regards,
> >>
> >> BTJ
> >>
> >> --
> >>
> >> -----------------------------------------------------------------------------------------------
> >> Bjørn T Johansen
> >>
> >> [email protected]
> >>
> >> -----------------------------------------------------------------------------------------------
> >> Someone wrote:
> >> "I understand that if you play a Windows CD backwards you hear strange
> >> Satanic messages"
> >> To which someone replied:
> >> "It's even worse than that; play it forwards and it installs Windows"
> >>
> >> -----------------------------------------------------------------------------------------------
> >>
> >