Re: Making a mouseover effect on a trinidad table?

2009-01-31 Thread Gerhard Petracek
hello, yes - that's right (if you need a "banded hover effect"). regards, gerhard 2009/1/31 Bjørn T Johansen > Yes, solved it with...: > > af|table::content tr:hover af|column::cell-text {background-color: > #cc;} > > > (and if different color for band..) > af|table::content tr:hover af|

Re: Making a mouseover effect on a trinidad table?

2009-01-31 Thread Bjørn T Johansen
Yes, solved it with...: af|table::content tr:hover af|column::cell-text {background-color: #cc;} (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 wrote: > hello simon,

Re: Making a mouseover effect on a trinidad table?

2009-01-31 Thread Gerhard Petracek
hello simon, just a short addition - it's: af|table::content tr:hover td {...} regards, gerhard 2009/1/31 Simon Lessard > 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: #

Re: Making a mouseover effect on a trinidad table?

2009-01-31 Thread Simon Lessard
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: #CC; } Regards, ~ Simon On Sat, Jan 31, 2009 at 10:58 AM, Bjørn T Johansen wrote: > How can I make a mouseover effect on a trinidad

Making a mouseover effect on a trinidad table?

2009-01-31 Thread Bjørn T Johansen
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 b...@havleik.no ---